mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Moved glext headers to separate directory for clarity.
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ endif(UNIX)
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${GLFW_SOURCE_DIR}/src
|
||||
${GLFW_BINARY_DIR}/src
|
||||
${GLFW_INCLUDE_DIR})
|
||||
${GLFW_INCLUDE_DIR}
|
||||
${GLFW_SOURCE_DIR}/support)
|
||||
|
||||
set(common_SOURCES enable.c error.c fullscreen.c gamma.c init.c input.c
|
||||
joystick.c opengl.c time.c window.c)
|
||||
|
||||
Reference in New Issue
Block a user