diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 20:03:12 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-06 20:03:12 +0100 |
commit | 5eedba3a070c3a7a4f27ae3ec7dd41812695f7e9 (patch) | |
tree | 666955b4308e2d59f6958119f3efbcbf179c493d /src/test/CMakeLists.txt | |
parent | 75ca0750dcc07b6ca043320397917e33638e97b4 (diff) | |
parent | cfd578dd0b7d5894ff0b0a0796d85cd5e9ae6e56 (diff) |
Merge branch 'master' into niels/decoupling_pixel_and_pos
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index e19d7de..c9cbac5 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,5 +1,6 @@ target_sources(test_main PUBLIC main.cpp + CollisionTest.cpp PhysicsTest.cpp ScriptTest.cpp ParticleTest.cpp @@ -15,4 +16,5 @@ target_sources(test_main PUBLIC InputTest.cpp ScriptEventTest.cpp ScriptSceneTest.cpp + Profiling.cpp ) |