1
0
mirror of synced 2024-11-12 02:00:52 +01:00

build: Release build on Windows trying to link to glfw3dll for some reason

This commit is contained in:
WerWolv 2023-12-21 13:57:25 +01:00
parent 6163f6c4a0
commit 86231d0154

View File

@ -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})