diff options
| author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 21:33:38 +0100 |
|---|---|---|
| committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 21:33:38 +0100 |
| commit | d9e46281c1e24a5f23d779d314e5df87fa3317a3 (patch) | |
| tree | 52f4457124b771b702f916f1a098b6cc6313eadf /src/test/CMakeLists.txt | |
| parent | 5a43793e247fbffec590d334b89cc34d19049f45 (diff) | |
tests
Diffstat (limited to 'src/test/CMakeLists.txt')
| -rw-r--r-- | src/test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index d310f6a..b126add 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -12,4 +12,5 @@ target_sources(test_main PUBLIC ValueBrokerTest.cpp DBTest.cpp Vector2Test.cpp + loopTimerTest.cpp ) |