diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-07 14:43:23 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-07 14:43:23 +1100 |
commit | 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 (patch) | |
tree | 4540d371fb57106e13fe84db3d47be6daa003d03 /source/CMakeLists.txt | |
parent | 170b913caa66f58650073d990e75b68ad554221a (diff) |
oops.
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r-- | source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 763ea66..f0f767c 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -516,7 +516,7 @@ set(STAR_GAME_INCLUDES ${PROJECT_SOURCE_DIR}/game/items ${PROJECT_SOURCE_DIR}/game/objects ${PROJECT_SOURCE_DIR}/game/scripting - ${PROJECT_SOURCE_DIR}/game/terrai + ${PROJECT_SOURCE_DIR}/game/terrain ) add_subdirectory(game) |