From ab98e5683926bb4ce01ebe2596df5cd106bd0581 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 20 Mar 2017 15:31:42 +0100 Subject: [PATCH] Allow custom include directories for cmake hooks --- src/game/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index be0ba44f1..1e92e4135 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -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