summaryrefslogtreecommitdiffstats
path: root/deps/imgui/CMakeLists.txt
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 13:10:52 +0500
committeruntodesu <kirill@untode.su>2025-09-11 13:10:52 +0500
commit96bd73ae020ecca1f94698744c77498a89ad19f7 (patch)
treedc0ee946138141e7a0327a7d3c566f4a37adff3f /deps/imgui/CMakeLists.txt
parent6dc5194895b6bd61d19bf5c95021471784084325 (diff)
downloadvoxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.tar.bz2
voxelius-96bd73ae020ecca1f94698744c77498a89ad19f7.zip
Graft build scripts and buffer code from QFengine
Diffstat (limited to 'deps/imgui/CMakeLists.txt')
-rw-r--r--deps/imgui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/imgui/CMakeLists.txt b/deps/imgui/CMakeLists.txt
index 8bb8142..b45e5ba 100644
--- a/deps/imgui/CMakeLists.txt
+++ b/deps/imgui/CMakeLists.txt
@@ -20,7 +20,7 @@ set_target_properties(imgui PROPERTIES FOLDER Dependencies)
add_library(imgui_glfw STATIC
"${CMAKE_CURRENT_LIST_DIR}/include/imgui_impl_glfw.h"
"${CMAKE_CURRENT_LIST_DIR}/src/imgui_impl_glfw.cpp")
-target_link_libraries(imgui_glfw PUBLIC glfw3 imgui)
+target_link_libraries(imgui_glfw PUBLIC glfw imgui)
set_target_properties(imgui_glfw PROPERTIES FOLDER Dependencies)
add_library(imgui_opengl3 STATIC