diff options
Diffstat (limited to 'src/crepe/CMakeLists.txt')
-rw-r--r-- | src/crepe/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/CMakeLists.txt b/src/crepe/CMakeLists.txt index 2ad20a7..df3adf0 100644 --- a/src/crepe/CMakeLists.txt +++ b/src/crepe/CMakeLists.txt @@ -10,7 +10,6 @@ target_sources(crepe PUBLIC Component.cpp ScriptSystem.cpp PhysicsSystem.cpp - Transform.cpp CollisionSystem.cpp Collider.cpp ) @@ -28,7 +27,6 @@ target_sources(crepe PUBLIC FILE_SET HEADERS FILES System.h ScriptSystem.h PhysicsSystem.h - Transform.h CollisionSystem.h Collider.h ) |