diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-14 13:44:33 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-14 13:44:33 +0100 |
commit | 22a3ba4d0773d6010704ec494a08f5d95f564a94 (patch) | |
tree | c1b9e15c852cc20777251b4cd514bc5650c9d18e /src/test/CMakeLists.txt | |
parent | d6c48b5b955336f7e2832bae7b7eca4afdb02cc4 (diff) | |
parent | be1e97bc7a494963ab1567492fafcda99e36f683 (diff) |
merge
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 0e4eaed..acab388 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,6 +1,7 @@ target_sources(test_main PUBLIC dummy.cpp # audio.cpp - PhysicsTest.cpp + # PhysicsTest.cpp + ParticleTest.cpp ) |