build: Release build on Windows trying to link to glfw3dll
for some reason
This commit is contained in:
parent
6163f6c4a0
commit
86231d0154
2
lib/third_party/imgui/custom/CMakeLists.txt
vendored
2
lib/third_party/imgui/custom/CMakeLists.txt
vendored
@ -23,4 +23,4 @@ pkg_search_module(GLFW REQUIRED glfw3)
|
||||
|
||||
target_include_directories(imgui_custom PUBLIC ${FREETYPE_INCLUDE_DIRS} ${GLFW_INCLUDE_DIRS} ${OpenGL_INCLUDE_DIRS})
|
||||
target_link_directories(imgui_custom PUBLIC ${FREETYPE_LIBRARY_DIRS} ${GLFW_LIBRARY_DIRS} ${OpenGL_LIBRARY_DIRS})
|
||||
target_link_libraries(imgui_custom PUBLIC ${GLFW_LIBRARIES} ${OPENGL_LIBRARIES})
|
||||
target_link_libraries(imgui_custom PUBLIC glfw3 ${OPENGL_LIBRARIES})
|
Loading…
Reference in New Issue
Block a user