Skip to content

Commit

Permalink
Expose NIMBLE_APP_INCLUDE_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Aug 5, 2017
1 parent 6d47369 commit cb6ac89
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,20 @@ source_group("src\\nimble\\widgets" FILES ${SRC_NIMBLE_WIDGETS})
source_group("src\\nimble\\content" FILES ${SRC_NIMBLE_CONTENT})
source_group("src\\nimble\\content\\nodes" FILES ${SRC_NIMBLE_CONTENT_NODES})

set(INCLUDES
${CMAKE_CURRENT_SOURCE_DIR}/include/
${CMAKE_CURRENT_SOURCE_DIR}/ext/scratch2/scratch2/
${CMAKE_CURRENT_SOURCE_DIR}/ext/glm/glm/
)

set(NIMBLE_APP_INCLUDE_DIRS ${INCLUDES} PARENT_SCOPE)

include_directories(
${INCLUDES}
ext/stb/
ext/nanovg/src/
ext/scratch2/scratch2/
ext/layout/
ext/glm/glm/
ext/irrxml/
include/
${GLEW_INCLUDE_DIRS}
${OPENGL_INCLUDE_DIR}
)
Expand Down

0 comments on commit cb6ac89

Please sign in to comment.