mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Executable dependency list fixes.
This commit is contained in:
@@ -3,8 +3,9 @@ link_libraries(glfw ${OPENGL_glu_LIBRARY})
|
||||
|
||||
if (BUILD_SHARED_LIBS)
|
||||
add_definitions(-DGLFW_DLL)
|
||||
link_libraries(${OPENGL_gl_LIBRARY})
|
||||
else()
|
||||
link_libraries(${GLFW_LIBRARIES})
|
||||
link_libraries(${glfw_LIBRARIES})
|
||||
endif()
|
||||
|
||||
include_directories(${GLFW_SOURCE_DIR}/include
|
||||
|
||||
Reference in New Issue
Block a user