mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Fixed include paths.
This commit is contained in:
parent
327dce138f
commit
f25a5cdea9
@ -14,7 +14,9 @@ if(CYGWIN)
|
|||||||
|
|
||||||
endif(CYGWIN)
|
endif(CYGWIN)
|
||||||
|
|
||||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/lib)
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
|
${GLFW_SOURCE_DIR}/src
|
||||||
|
${GLFW_INCLUDE_DIR})
|
||||||
|
|
||||||
set(libglfw_SOURCES
|
set(libglfw_SOURCES
|
||||||
${common_SOURCES}
|
${common_SOURCES}
|
||||||
|
Loading…
Reference in New Issue
Block a user