mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Moved glext headers to separate directory for clarity.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
# the main CMakeLists.txt
|
||||
link_libraries(libglfwStatic ${GLFW_LIBRARIES} ${OPENGL_glu_LIBRARY})
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../include ${OPENGL_INCLUDE_DIR})
|
||||
include_directories(${GLFW_SOURCE_DIR}/include
|
||||
${GLFW_SOURCE_DIR}/support
|
||||
${OPENGL_INCLUDE_DIR})
|
||||
|
||||
if(APPLE)
|
||||
# Set fancy names for bundles
|
||||
|
||||
Reference in New Issue
Block a user