mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
build: Release build on Windows trying to link to glfw3dll for some reason
This commit is contained in:
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})
|
||||
Reference in New Issue
Block a user