Executable dependency list fixes.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent bd8eb1399a
commit 1eb24ff261
  1. 3
      examples/CMakeLists.txt
  2. 3
      tests/CMakeLists.txt

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

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

Loading…
Cancel
Save