Allow custom include directories for cmake hooks
This commit is contained in:
parent
c6bfab883f
commit
ab98e56839
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ set(game_STAT_SRCS
|
|||
)
|
||||
|
||||
include_directories(
|
||||
${game_INCLUDE_DIRS}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/recastnavigation/Detour
|
||||
${CMAKE_SOURCE_DIR}/modules/worldengine/deps/recastnavigation/Recast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue