diff options
author | max-001 <maxsmits21@kpnmail.nl> | 2024-12-06 09:24:20 +0100 |
---|---|---|
committer | max-001 <maxsmits21@kpnmail.nl> | 2024-12-06 09:24:20 +0100 |
commit | 5835e478ff8c9417b5b12c8fe2e21cc0311991be (patch) | |
tree | b89c3924637dbb5c1bcb761d501f13f2ee6a8750 /src/test/CMakeLists.txt | |
parent | 9cd9e3674d8b1c326c81b7896b9254408fb19972 (diff) | |
parent | 453aeafda1503aeafa54b8f6e293936c1a3db5ea (diff) |
Merge branch 'jaro/collision-system' of github.com:lonkaars/crepe into max/AI
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index e19d7de..a863598 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,18 +1,20 @@ target_sources(test_main PUBLIC main.cpp - PhysicsTest.cpp - ScriptTest.cpp - ParticleTest.cpp - AssetTest.cpp - OptionalRefTest.cpp - RenderSystemTest.cpp - EventTest.cpp - ECSTest.cpp - SceneManagerTest.cpp - ValueBrokerTest.cpp - DBTest.cpp - Vector2Test.cpp - InputTest.cpp - ScriptEventTest.cpp - ScriptSceneTest.cpp + CollisionTest.cpp + # PhysicsTest.cpp + # ScriptTest.cpp + # ParticleTest.cpp + # AssetTest.cpp + # OptionalRefTest.cpp + # RenderSystemTest.cpp + # EventTest.cpp + # ECSTest.cpp + # SceneManagerTest.cpp + # ValueBrokerTest.cpp + # DBTest.cpp + # Vector2Test.cpp + # InputTest.cpp + # ScriptEventTest.cpp + # ScriptSceneTest.cpp + # Profiling.cpp ) |