diff options
author | jaroWMR <jarorutjes07@gmail.com> | 2024-10-23 20:03:18 +0200 |
---|---|---|
committer | jaroWMR <jarorutjes07@gmail.com> | 2024-10-23 20:03:18 +0200 |
commit | 3789031ac520b393969bbedd55444e3fd2b7f1fa (patch) | |
tree | 212f78845ae1f8972a96636e8425b080a64c7e05 /src/crepe/CMakeLists.txt | |
parent | edbb6c892299e3b7f93638abcc9e55b2cfce2358 (diff) | |
parent | c9246515fe785563411e9170aedd0231165ab988 (diff) |
merge with niels/rendering
Diffstat (limited to 'src/crepe/CMakeLists.txt')
-rw-r--r-- | src/crepe/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/crepe/CMakeLists.txt b/src/crepe/CMakeLists.txt index afaa74c..1b4b1c2 100644 --- a/src/crepe/CMakeLists.txt +++ b/src/crepe/CMakeLists.txt @@ -13,6 +13,7 @@ target_sources(crepe PUBLIC CollisionSystem.cpp Collider.cpp SdlContext.cpp + RenderSystem.cpp ) @@ -20,9 +21,7 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES Asset.h Sound.h SoundContext.h - ParticleSystem.h - Particle.h - SDLApp.h + SdlContext.h ComponentManager.h ComponentManager.hpp Component.h |