mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Removed duplicate libm and librt setup.
This commit is contained in:
@@ -3,12 +3,6 @@
|
||||
# the main CMakeLists.txt
|
||||
link_libraries(libglfwStatic ${GLFW_LIBRARIES} ${OPENGL_glu_LIBRARY})
|
||||
|
||||
if (UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||
find_library(MATH_LIBRARY m)
|
||||
find_library(REALTIME_LIBRARY rt)
|
||||
link_libraries(${MATH_LIBRARY} ${REALTIME_LIBRARY})
|
||||
endif (UNIX AND NOT APPLE AND NOT CYGWIN)
|
||||
|
||||
include_directories(${GLFW_SOURCE_DIR}/include
|
||||
${GLFW_SOURCE_DIR}/support
|
||||
${OPENGL_INCLUDE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user