diff options
author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-02 17:17:21 +0100 |
---|---|---|
committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-02 17:17:21 +0100 |
commit | eeb66130e2cb94c94e1748576f98f78ce0f1ee86 (patch) | |
tree | f3a8a09b9f9245f559d1c924a7eccead5434f979 /src/test/CMakeLists.txt | |
parent | d06e05d0d8dbe1ace63b439231ccd05a975e9834 (diff) |
changed some values because of feedback and merged from master
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r-- | src/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 616e238..4555c0b 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -13,5 +13,5 @@ target_sources(test_main PUBLIC # ValueBrokerTest.cpp # DBTest.cpp # Vector2Test.cpp - # Profiling.cpp + Profiling.cpp ) |