mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Executable dependency list fixes.
This commit is contained in:
parent
bd8eb1399a
commit
1eb24ff261
@ -3,8 +3,9 @@ link_libraries(glfw ${OPENGL_glu_LIBRARY})
|
|||||||
|
|
||||||
if (BUILD_SHARED_LIBS)
|
if (BUILD_SHARED_LIBS)
|
||||||
add_definitions(-DGLFW_DLL)
|
add_definitions(-DGLFW_DLL)
|
||||||
|
link_libraries(${OPENGL_gl_LIBRARY})
|
||||||
else()
|
else()
|
||||||
link_libraries(${GLFW_LIBRARIES})
|
link_libraries(${glfw_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(${GLFW_SOURCE_DIR}/include
|
include_directories(${GLFW_SOURCE_DIR}/include
|
||||||
|
@ -3,8 +3,9 @@ link_libraries(glfw ${OPENGL_glu_LIBRARY})
|
|||||||
|
|
||||||
if (BUILD_SHARED_LIBS)
|
if (BUILD_SHARED_LIBS)
|
||||||
add_definitions(-DGLFW_DLL)
|
add_definitions(-DGLFW_DLL)
|
||||||
|
link_libraries(${OPENGL_gl_LIBRARY})
|
||||||
else()
|
else()
|
||||||
link_libraries(${GLFW_LIBRARIES})
|
link_libraries(${glfw_LIBRARIES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(${GLFW_SOURCE_DIR}/include
|
include_directories(${GLFW_SOURCE_DIR}/include
|
||||||
|
Loading…
Reference in New Issue
Block a user