mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 10:05:10 +00:00
Moved glext headers to separate directory for clarity.
This commit is contained in:
parent
9ae8c778df
commit
81cfc1001d
@ -3,7 +3,9 @@
|
|||||||
# the main CMakeLists.txt
|
# the main CMakeLists.txt
|
||||||
link_libraries(libglfwStatic ${GLFW_LIBRARIES} ${OPENGL_glu_LIBRARY})
|
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)
|
if(APPLE)
|
||||||
# Set fancy names for bundles
|
# Set fancy names for bundles
|
||||||
|
@ -20,7 +20,8 @@ endif(UNIX)
|
|||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
${GLFW_SOURCE_DIR}/src
|
${GLFW_SOURCE_DIR}/src
|
||||||
${GLFW_BINARY_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
|
set(common_SOURCES enable.c error.c fullscreen.c gamma.c init.c input.c
|
||||||
joystick.c opengl.c time.c window.c)
|
joystick.c opengl.c time.c window.c)
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
|
||||||
link_libraries(libglfwStatic ${GLFW_LIBRARIES} ${OPENGL_glu_LIBRARY})
|
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})
|
||||||
|
|
||||||
add_executable(defaults defaults.c)
|
add_executable(defaults defaults.c)
|
||||||
add_executable(events events.c)
|
add_executable(events events.c)
|
||||||
|
Loading…
Reference in New Issue
Block a user