diff options
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index d0fb879..68b65e8 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -532,7 +532,10 @@ add_subdirectory(core) # Less general purpose code than core that is available to both the game and # application modules. -set(STAR_BASE_INCLUDES ${PROJECT_SOURCE_DIR}/base) +set(STAR_BASE_INCLUDES + ${PROJECT_SOURCE_DIR}/base + ${PROJECT_SOURCE_DIR}/base/scripting +) add_subdirectory(base) # Platform APIs that are implemented by the application module |