Skip to content

Instantly share code, notes, and snippets.

@elect86
Created April 1, 2021 20:06
Show Gist options
  • Save elect86/5387233dc0875afa1703d77cdfcf100f to your computer and use it in GitHub Desktop.
Save elect86/5387233dc0875afa1703d77cdfcf100f to your computer and use it in GitHub Desktop.
====================[ Build | all | Debug ]=====================================
/snap/clion/145/bin/cmake/linux/bin/cmake --build /home/elect/CLionProjects/imgui/cmake-build-debug --target all -- -j 12
Scanning dependencies of target imgui
[ 11%] Building CXX object CMakeFiles/imgui.dir/imgui.cpp.o
[ 11%] Building CXX object CMakeFiles/imgui.dir/imgui_draw.cpp.o
[ 16%] Building CXX object CMakeFiles/imgui.dir/imgui_widgets.cpp.o
[ 22%] Building CXX object CMakeFiles/imgui.dir/imgui_demo.cpp.o
[ 27%] Linking CXX static library lib/libimgui.a
[ 27%] Built target imgui
Scanning dependencies of target example_glfw_opengl2
Scanning dependencies of target example_glfw_opengl3
Scanning dependencies of target example_glfw_vulkan
[ 33%] Building CXX object CMakeFiles/example_glfw_opengl2.dir/examples/example_glfw_opengl2/main.cpp.o
[ 38%] Building CXX object CMakeFiles/example_glfw_opengl2.dir/backends/imgui_impl_glfw.cpp.o
[ 44%] Building CXX object CMakeFiles/example_glfw_opengl2.dir/backends/imgui_impl_opengl2.cpp.o
[ 50%] Building CXX object CMakeFiles/example_glfw_vulkan.dir/examples/example_glfw_vulkan/main.cpp.o
[ 55%] Building CXX object CMakeFiles/example_glfw_vulkan.dir/backends/imgui_impl_glfw.cpp.o
[ 61%] Building CXX object CMakeFiles/example_glfw_vulkan.dir/backends/imgui_impl_vulkan.cpp.o
[ 66%] Building CXX object CMakeFiles/example_glfw_opengl3.dir/examples/example_glfw_opengl3/main.cpp.o
[ 77%] Building C object CMakeFiles/example_glfw_opengl3.dir/examples/libs/gl3w/GL/gl3w.c.o
[ 77%] Building CXX object CMakeFiles/example_glfw_opengl3.dir/backends/imgui_impl_opengl3.cpp.o
[ 83%] Building CXX object CMakeFiles/example_glfw_opengl3.dir/backends/imgui_impl_glfw.cpp.o
[ 88%] Linking CXX executable bin/example_glfw_opengl2
[ 94%] Linking CXX executable bin/example_glfw_opengl3
/usr/bin/ld: /usr/bin/ld: DWARF error: could not find variable specification at offset 3ac0
lib/libimgui.a(imgui.cpp.o): in function `SetCursorPosYAndSetupForPrevLine(float, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2258: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Begin(int, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2287: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Step()':
/home/elect/CLionProjects/imgui/imgui.cpp:2317: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::GcCompactTransientMiscBuffers()':
/home/elect/CLionProjects/imgui/imgui.cpp:3014: undefined reference to `ImGui::TableGcCompactSettings()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::NewFrame()':
/home/elect/CLionProjects/imgui/imgui.cpp:4049: undefined reference to `ImGui::TableGcCompactTransientBuffers(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::Initialize(ImGuiContext*)':
/home/elect/CLionProjects/imgui/imgui.cpp:4126: undefined reference to `ImGui::TableSettingsInstallHandler(ImGuiContext*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::End()':
/home/elect/CLionProjects/imgui/imgui.cpp:6357: undefined reference to `ImGui::EndColumns()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ErrorCheckEndFrameRecover(void (*)(void*, char const*, ...), void*)':
/home/elect/CLionProjects/imgui/imgui.cpp:7192: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ShowMetricsWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11047: undefined reference to `ImGui::DebugNodeTable(ImGuiTable*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui.cpp:11094: undefined reference to `ImGui::DebugNodeTableSettings(ImGuiTableSettings*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::DebugNodeColumns(ImGuiOldColumns*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11217: undefined reference to `ImGui::GetColumnOffsetFromNorm(ImGuiOldColumns const*, float)'
[100%] Linking CXX executable bin/example_glfw_vulkan
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::SeparatorEx(int)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:1390: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:1406: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::Selectable(char const*, bool, int, ImVec2 const&)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:6082: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6084: undefined reference to `ImGui::TablePushBackgroundChannel()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6132: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6134: undefined reference to `ImGui::TablePopBackgroundChannel()'
/usr/bin/ld: /usr/bin/ld: DWARF error: could not find variable specification at offset b048
lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:499: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:501: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:502: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:503: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:504: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:505: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:506: more undefined references to `ImGui::TableNextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:511: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowWidgets()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:1165: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1171: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1174: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1177: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1183: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1184: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1186: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1188: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1191: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowLayout()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:2369: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2375: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2378: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2988: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2992: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2995: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2998: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3001: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3002: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3004: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()::MyTreeNode::DisplayNode(MyTreeNode const*, MyTreeNode const*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4507: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4508: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4513: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4515: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4527: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4529: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3538: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3542: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3545: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3555: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3559: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3560: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3562: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3564: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3567: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3576: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3580: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3583: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3628: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3634: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3635: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3636: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3637: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3642: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3645: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3654: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3672: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3676: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3679: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3683: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3705: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3709: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3712: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3716: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3730: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3732: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3733: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3734: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3735: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3738: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3741: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3747: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3749: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3750: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3751: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3752: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3753: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:3754: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3755: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3758: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3761: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3765: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3786: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3790: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3791: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3792: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3793: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld/usr/bin/ld: : /home/elect/CLionProjects/imgui/imgui_demo.cpp:3796: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3799: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3803: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3807: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3809: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3810: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3811: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3812: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3815: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3818: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3822: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3856: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3860: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3861: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3862: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3863: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3868: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3871: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3886: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3909: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3917: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3928: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3954: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3958: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3959: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3960: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3961: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3963: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3965: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3969: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3970: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3971: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3972: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3974: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4010: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4014: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4015: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4016: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4033: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4052: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4054: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4055: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4056: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4057: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4058: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4067: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4070: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4075: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4106: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4108: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4109: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4110: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4111: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4112: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4113: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4114: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4116: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4119: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4128: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4136: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4156: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4160: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4163: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4178: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4183: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4196: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4207: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4210: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4211: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4213: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4218: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4221: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4222: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4227: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4243: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4246: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4247: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4248: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4249: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4252: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4255: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4262: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4273: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4276: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4277: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4278: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4279: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4282: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4285: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4292: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4303: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4305: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4306: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4307: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4309: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4313: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4315: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4316: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4317: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4319: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4320: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4322: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4324: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4325: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4327: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4330: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4333: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4334: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4335: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4336: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4346: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4351: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4352: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4355: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4376: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4380: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4383: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4387: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4395: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4399: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4402: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4406: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4409: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4413: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4416: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4420: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4447: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4451: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4458: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4464: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4474: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4478: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4489: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4492: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4493: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4494: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4495: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4561: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4563: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4564: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4565: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4566: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4570: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4574: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4576: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4578: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4585: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4587: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4589: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4593: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4604: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4606: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4607: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4608: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4615: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4618: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4619: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4625: undefined reference to `ImGui::TableHeader(char const*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4631: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4636: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4640: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4661: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4663: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4664: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4665: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4668: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4673: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4676: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4680: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4689: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4691: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4692: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4693: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4696: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4699: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4703: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4728: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4762: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4764: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4765: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4766: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4767: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4770: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4773: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4818: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4827: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4828: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4829: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4830: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4831: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4832: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4835: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4854: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4855: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4857: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4859: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4861: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4865: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5035: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5040: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5041: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5042: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5043: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5044: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5045: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5046: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5049: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5063: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5067: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5091: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5094: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5125: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5132: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5141: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5144: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5150: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5162: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5202: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5210: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5212: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5216: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5218: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5219: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5220: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5221: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5233: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5234: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5238: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5258: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5261: undefined reference to `ImGui::GetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5264: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5266: undefined reference to `ImGui::GetColumnOffset(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5269: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5271: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5280: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5285: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5292: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5298: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5300: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5301: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5302: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5303: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5311: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5315: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5318: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5328: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5340: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5343: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5350: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5354: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5356: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5362: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5373: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5380: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowPlaceholderObject(char const*, int)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6808: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6809: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6812: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6828: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6829: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6834: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6840: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowExampleAppPropertyEditor(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6866: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6874: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: DWARF error: could not find variable specification at offset 3ac0
lib/libimgui.a(imgui.cpp.o): in function `SetCursorPosYAndSetupForPrevLine(float, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2258: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Begin(int, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2287: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Step()':
/home/elect/CLionProjects/imgui/imgui.cpp:2317: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::GcCompactTransientMiscBuffers()':
/home/elect/CLionProjects/imgui/imgui.cpp:3014: undefined reference to `ImGui::TableGcCompactSettings()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::NewFrame()':
/home/elect/CLionProjects/imgui/imgui.cpp:4049: undefined reference to `ImGui::TableGcCompactTransientBuffers(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::Initialize(ImGuiContext*)':
/home/elect/CLionProjects/imgui/imgui.cpp:4126: undefined reference to `ImGui::TableSettingsInstallHandler(ImGuiContext*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::End()':
/home/elect/CLionProjects/imgui/imgui.cpp:6357: undefined reference to `ImGui::EndColumns()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ErrorCheckEndFrameRecover(void (*)(void*, char const*, ...), void*)':
/home/elect/CLionProjects/imgui/imgui.cpp:7192: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ShowMetricsWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11047: undefined reference to `ImGui::DebugNodeTable(ImGuiTable*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui.cpp:11094: undefined reference to `ImGui::DebugNodeTableSettings(ImGuiTableSettings*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::DebugNodeColumns(ImGuiOldColumns*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11217: undefined reference to `ImGui::GetColumnOffsetFromNorm(ImGuiOldColumns const*, float)'
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::SeparatorEx(int)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:1390: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:1406: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::Selectable(char const*, bool, int, ImVec2 const&)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:6082: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6084: undefined reference to `ImGui::TablePushBackgroundChannel()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6132: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6134: undefined reference to `ImGui::TablePopBackgroundChannel()'
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/example_glfw_opengl2.dir/build.make:138: bin/example_glfw_opengl2] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:129: CMakeFiles/example_glfw_opengl2.dir/all] Error 2
gmake[1]: *** Waiting for unfinished jobs....
/usr/bin/ld: /usr/bin/ld: DWARF error: could not find variable specification at offset b048
lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:499: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:501: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:502: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:503: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:504: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:505: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:506: more undefined references to `ImGui::TableNextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:511: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowWidgets()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:1165: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1171: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1174: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1177: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1183: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1184: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1186: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1188: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1191: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowLayout()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:2369: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2375: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2378: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2988: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2992: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2995: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2998: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3001: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3002: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3004: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()::MyTreeNode::DisplayNode(MyTreeNode const*, MyTreeNode const*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4507: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4508: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4513: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4515: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4527: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4529: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3538: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3542: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3545: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3555: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3559: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3560: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3562: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3564: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3567: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3576: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3580: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3583: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3628: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3634: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3635: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3636: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3637: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3642: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3645: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3654: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3672: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3676: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3679: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3683: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3705: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3709: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3712: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3716: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3730: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3732: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3733: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3734: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3735: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3738: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3741: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3747: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3749: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3750: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3751: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3752: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3753: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:3754: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3755: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3758: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3761: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3765: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3786: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3790: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3791: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3792: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3793: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3796: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3799: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3803: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3807: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3809: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3810: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3811: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3812: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3815: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3818: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3822: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3856: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3860: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3861: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3862: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3863: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3868: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3871: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3886: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3909: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3917: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3928: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3954: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3958: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3959: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3960: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3961: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3963: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3965: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3969: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3970: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3971: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3972: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3974: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4010: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4014: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4015: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4016: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4033: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4052: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4054: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4055: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4056: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4057: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4058: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4067: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4070: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4075: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4106: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4108: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4109: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4110: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4111: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4112: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4113: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4114: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4116: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4119: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4128: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4136: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4156: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4160: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4163: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4178: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4183: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4196: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4207: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4210: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4211: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4213: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4218: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4221: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4222: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4227: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4243: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4246: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4247: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4248: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4249: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4252: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4255: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4262: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4273: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4276: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4277: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4278: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4279: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4282: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4285: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4292: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4303: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4305: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4306: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4307: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4309: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4313: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4315: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4316: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4317: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4319: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4320: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4322: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4324: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4325: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4327: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4330: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4333: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4334: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4335: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4336: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4346: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4351: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4352: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4355: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4376: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4380: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4383: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4387: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4395: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4399: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4402: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4406: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4409: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4413: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4416: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4420: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4447: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4451: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4458: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4464: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4474: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4478: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4489: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4492: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4493: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4494: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4495: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4561: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4563: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4564: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4565: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4566: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4570: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4574: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4576: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4578: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4585: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4587: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4589: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4593: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4604: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4606: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4607: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4608: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4615: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4618: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4619: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4625: undefined reference to `ImGui::TableHeader(char const*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4631: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4636: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4640: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4661: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4663: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4664: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4665: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4668: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4673: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4676: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4680: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4689: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4691: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4692: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4693: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4696: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4699: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4703: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4728: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4762: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4764: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4765: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4766: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4767: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4770: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4773: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4818: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4827: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4828: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4829: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4830: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4831: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4832: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4835: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4854: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4855: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4857: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4859: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4861: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4865: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5035: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5040: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5041: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5042: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5043: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5044: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5045: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5046: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5049: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5063: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5067: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5091: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5094: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5125: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5132: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5141: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5144: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5150: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5162: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5202: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5210: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5212: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5216: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5218: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5219: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5220: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5221: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5233: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5234: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5238: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5258: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5261: undefined reference to `ImGui::GetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5264: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5266: undefined reference to `ImGui::GetColumnOffset(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5269: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5271: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5280: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5285: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5292: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5298: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5300: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5301: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5302: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5303: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5311: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5315: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5318: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5328: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5340: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5343: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5350: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5354: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5356: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5362: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5373: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5380: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowPlaceholderObject(char const*, int)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6808: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6809: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6812: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6828: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6829: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6834: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6840: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowExampleAppPropertyEditor(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6866: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6874: undefined reference to `ImGui::EndTable()'
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/example_glfw_opengl3.dir/build.make:153: bin/example_glfw_opengl3] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:156: CMakeFiles/example_glfw_opengl3.dir/all] Error 2
/usr/bin/ld: /usr/bin/ld: DWARF error: could not find variable specification at offset 3ac0
lib/libimgui.a(imgui.cpp.o): in function `SetCursorPosYAndSetupForPrevLine(float, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2258: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Begin(int, float)':
/home/elect/CLionProjects/imgui/imgui.cpp:2287: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGuiListClipper::Step()':
/home/elect/CLionProjects/imgui/imgui.cpp:2317: undefined reference to `ImGui::TableEndRow(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::GcCompactTransientMiscBuffers()':
/home/elect/CLionProjects/imgui/imgui.cpp:3014: undefined reference to `ImGui::TableGcCompactSettings()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::NewFrame()':
/home/elect/CLionProjects/imgui/imgui.cpp:4049: undefined reference to `ImGui::TableGcCompactTransientBuffers(ImGuiTable*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::Initialize(ImGuiContext*)':
/home/elect/CLionProjects/imgui/imgui.cpp:4126: undefined reference to `ImGui::TableSettingsInstallHandler(ImGuiContext*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::End()':
/home/elect/CLionProjects/imgui/imgui.cpp:6357: undefined reference to `ImGui::EndColumns()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ErrorCheckEndFrameRecover(void (*)(void*, char const*, ...), void*)':
/home/elect/CLionProjects/imgui/imgui.cpp:7192: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::ShowMetricsWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11047: undefined reference to `ImGui::DebugNodeTable(ImGuiTable*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui.cpp:11094: undefined reference to `ImGui::DebugNodeTableSettings(ImGuiTableSettings*)'
/usr/bin/ld: lib/libimgui.a(imgui.cpp.o): in function `ImGui::DebugNodeColumns(ImGuiOldColumns*)':
/home/elect/CLionProjects/imgui/imgui.cpp:11217: undefined reference to `ImGui::GetColumnOffsetFromNorm(ImGuiOldColumns const*, float)'
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::SeparatorEx(int)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:1390: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:1406: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: lib/libimgui.a(imgui_widgets.cpp.o): in function `ImGui::Selectable(char const*, bool, int, ImVec2 const&)':
/home/elect/CLionProjects/imgui/imgui_widgets.cpp:6082: undefined reference to `ImGui::PushColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6084: undefined reference to `ImGui::TablePushBackgroundChannel()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6132: undefined reference to `ImGui::PopColumnsBackground()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_widgets.cpp:6134: undefined reference to `ImGui::TablePopBackgroundChannel()'
/usr/bin/ld: /usr/bin/ld: DWARF error: could not find variable specification at offset b048
lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:499: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:501: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:502: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:503: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:504: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:505: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:506: more undefined references to `ImGui::TableNextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ImGui::ShowDemoWindow(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:511: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowWidgets()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:1165: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1171: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1174: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1177: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1183: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1184: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1186: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1188: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:1191: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowLayout()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:2369: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2375: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2378: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2988: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2992: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2995: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:2998: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3001: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3002: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3004: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()::MyTreeNode::DisplayNode(MyTreeNode const*, MyTreeNode const*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4507: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4508: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4513: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4515: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4527: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4529: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3538: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3542: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3545: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3555: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3559: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3560: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3562: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3564: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3567: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3576: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3580: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3583: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3628: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3634: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3635: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3636: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3637: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3642: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3645: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3654: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3672: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3676: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3679: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3683: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3705: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3709: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3712: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3716: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3730: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3732: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3733: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3734: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3735: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3738: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3741: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3747: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3749: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3750: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3751: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3752: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3753: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:3754: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:3755: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3758: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3761: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3765: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3786: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3790: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3791: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3792: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3793: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3796: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3799: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3803: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3807: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3809: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3810: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3811: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3812: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3815: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3818: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3822: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3856: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3860: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3861: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3862: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3863: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3868: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3871: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3886: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3909: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3917: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3928: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3954: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3958: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3959: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3960: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3961: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3963: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3965: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3969: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3970: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3971: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3972: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:3974: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4010: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4014: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4015: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4016: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4033: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4052: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4054: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4055: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4056: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4057: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4058: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4067: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4070: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4075: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4106: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4108: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4109: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4110: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4111: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4112: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4113: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4114: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4116: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4119: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4128: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4136: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4156: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4160: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetRowIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4161: undefined reference to `ImGui::TableGetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4163: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4178: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4183: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4196: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4207: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4210: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4211: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4213: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4218: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4221: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4222: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4227: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4243: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4246: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4247: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4248: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4249: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4252: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4255: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4262: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4273: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4276: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4277: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4278: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4279: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4282: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4285: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4292: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4303: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4305: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4306: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4307: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4309: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4313: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4315: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4316: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4317: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4319: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4320: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4322: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4324: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4325: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4327: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4330: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4333: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4334: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4335: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4336: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4346: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4351: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4352: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4355: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4376: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4380: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4383: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4387: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4395: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4399: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4402: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4406: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4409: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4413: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4416: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4420: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4447: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4451: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4458: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4464: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4474: undefined reference to `ImGui::TableSetBgColor(int, unsigned int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4478: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4489: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4492: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4493: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4494: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4495: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4549: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4561: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4563: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4564: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4565: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4566: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4570: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4574: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4576: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4578: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4585: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4587: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:4589: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:4593: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4604: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4606: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4607: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4608: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4615: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4618: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4619: undefined reference to `ImGui::TableGetColumnName(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4625: undefined reference to `ImGui::TableHeader(char const*)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4631: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4636: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4640: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4661: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4663: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4664: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4665: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4668: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4673: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4676: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4680: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4689: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4691: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4692: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4693: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4696: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4699: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4703: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4728: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4745: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4762: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4764: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4765: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4766: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4767: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4770: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4773: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4818: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4827: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4828: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4829: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4830: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4831: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4832: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4835: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4854: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4855: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4857: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4859: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4861: undefined reference to `ImGui::TableNextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:4865: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5035: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5040: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5041: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5042: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5043: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5044: undefined reference to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5045: more undefined references to `ImGui::TableSetupColumn(char const*, int, float, unsigned int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5046: undefined reference to `ImGui::TableSetupScrollFreeze(int, int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5049: undefined reference to `ImGui::TableGetSortSpecs()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5063: undefined reference to `ImGui::TableGetColumnFlags(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5067: undefined reference to `ImGui::TableHeadersRow()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5091: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5094: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5125: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5132: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5141: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5144: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5150: more undefined references to `ImGui::TableSetColumnIndex(int)' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowTables()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5162: undefined reference to `ImGui::EndTable()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5202: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5210: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5212: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5216: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5218: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5219: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5220: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5221: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5233: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5234: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5238: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5258: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5261: undefined reference to `ImGui::GetColumnIndex()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5264: undefined reference to `ImGui::GetColumnWidth(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5266: undefined reference to `ImGui::GetColumnOffset(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5269: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5271: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5280: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5285: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5292: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5298: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5300: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5301: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o):/home/elect/CLionProjects/imgui/imgui_demo.cpp:5302: more undefined references to `ImGui::NextColumn()' follow
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowDemoWindowColumns()':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:5303: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5311: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5315: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5318: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5328: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5340: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5343: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5350: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5354: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5356: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5362: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5373: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:5380: undefined reference to `ImGui::Columns(int, char const*, bool)'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowPlaceholderObject(char const*, int)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6808: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6809: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6812: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6828: undefined reference to `ImGui::TableNextRow(int, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6829: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6834: undefined reference to `ImGui::TableSetColumnIndex(int)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6840: undefined reference to `ImGui::NextColumn()'
/usr/bin/ld: lib/libimgui.a(imgui_demo.cpp.o): in function `ShowExampleAppPropertyEditor(bool*)':
/home/elect/CLionProjects/imgui/imgui_demo.cpp:6866: undefined reference to `ImGui::BeginTable(char const*, int, int, ImVec2 const&, float)'
/usr/bin/ld: /home/elect/CLionProjects/imgui/imgui_demo.cpp:6874: undefined reference to `ImGui::EndTable()'
collect2: error: ld returned 1 exit status
gmake[2]: *** [CMakeFiles/example_glfw_vulkan.dir/build.make:139: bin/example_glfw_vulkan] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:183: CMakeFiles/example_glfw_vulkan.dir/all] Error 2
gmake: *** [Makefile:104: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment