diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-06 19:24:15 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-06 19:24:15 +0100 |
commit | cfd578dd0b7d5894ff0b0a0796d85cd5e9ae6e56 (patch) | |
tree | fcb9cf6f9390879609ecaaf3841e0c148e9f5d23 /src/test/CMakeLists.txt | |
parent | b9f22bb78b2d5f565451d9cd97c523fbedadaa18 (diff) |
merge #53
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 9a4dfe7..c9cbac5 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -16,5 +16,5 @@ target_sources(test_main PUBLIC InputTest.cpp ScriptEventTest.cpp ScriptSceneTest.cpp - # Profiling.cpp #disabled for saving time + Profiling.cpp ) |