diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-09 09:07:58 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-09 09:07:58 +0100 |
commit | d3753404cdf58e529865782e7e3679aadb5bc18f (patch) | |
tree | 589e2b105e89faca4c1bd6972674f33e23c84d13 /src/test/CMakeLists.txt | |
parent | dc7a1c3d669b901adb9c520b4a76a868a3cc94e9 (diff) |
revert #66 except for `src/test/InputTest.cpp`
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 eae59f2..c9cbac5 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -13,8 +13,8 @@ target_sources(test_main PUBLIC ValueBrokerTest.cpp DBTest.cpp Vector2Test.cpp - Profiling.cpp InputTest.cpp ScriptEventTest.cpp ScriptSceneTest.cpp + Profiling.cpp ) |