diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-25 03:46:21 +1100 |
commit | 560ae08424956bb495bc2453973467d138029c7c (patch) | |
tree | f506d79185388e7217af75a43074884f17349cb2 /source/CMakeLists.txt | |
parent | ff6e349aef9c5504896d1249b2d4a3b862c37d09 (diff) |
Add support for directly setting image assets and processing Image userdata
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 |