diff options
Diffstat (limited to 'src/crepe/api/CMakeLists.txt')
-rw-r--r-- | src/crepe/api/CMakeLists.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/crepe/api/CMakeLists.txt b/src/crepe/api/CMakeLists.txt index f6de96e..f2d45eb 100644 --- a/src/crepe/api/CMakeLists.txt +++ b/src/crepe/api/CMakeLists.txt @@ -4,13 +4,14 @@ target_sources(crepe PUBLIC Script.cpp GameObject.cpp Rigidbody.cpp - Sprite.cpp Force.cpp ParticleEmitter.cpp Transform.cpp Color.cpp Texture.cpp AssetManager.cpp + Collider.cpp + Sprite.cpp ) target_sources(crepe PUBLIC FILE_SET HEADERS FILES @@ -21,9 +22,6 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES GameObject.hpp Rigidbody.h Sprite.h - Force.h - ParticleEmitter.h - Transform.h Point.h Color.h Texture.h |