aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-09 09:07:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-09 09:07:58 +0100
commitd3753404cdf58e529865782e7e3679aadb5bc18f (patch)
tree589e2b105e89faca4c1bd6972674f33e23c84d13 /src/test/CMakeLists.txt
parentdc7a1c3d669b901adb9c520b4a76a868a3cc94e9 (diff)
revert #66 except for `src/test/InputTest.cpp`
Diffstat (limited to 'src/test/CMakeLists.txt')
-rw-r--r--src/test/CMakeLists.txt2
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
)