From 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:43:23 +1100 Subject: [PATCH] oops. --- source/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)