diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-04 12:15:05 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-04 12:15:05 +0100 |
commit | 16444f19ae2c7c71a2be53ce6fd2e4d671aa8765 (patch) | |
tree | f5109369648b19cfa7a23ee8ea00f4752f1a09d8 /src/crepe/system/CMakeLists.txt | |
parent | f6111b6df65047557239c827100454c188979c43 (diff) |
Modified test and setup of AISystem
Diffstat (limited to 'src/crepe/system/CMakeLists.txt')
-rw-r--r-- | src/crepe/system/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crepe/system/CMakeLists.txt b/src/crepe/system/CMakeLists.txt index d658b25..ca89d4d 100644 --- a/src/crepe/system/CMakeLists.txt +++ b/src/crepe/system/CMakeLists.txt @@ -6,6 +6,7 @@ target_sources(crepe PUBLIC CollisionSystem.cpp RenderSystem.cpp AnimatorSystem.cpp + AISystem.cpp ) target_sources(crepe PUBLIC FILE_SET HEADERS FILES @@ -15,4 +16,5 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES CollisionSystem.h RenderSystem.h AnimatorSystem.h + AISystem.h ) |