diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 15:29:33 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 15:29:33 +0100 |
commit | f19f37ae3eff84161f86e62a26fbd8b68f8f91a9 (patch) | |
tree | 492ab107b375e51eef084b7be0f608b7f4fae319 /src/test/CMakeLists.txt | |
parent | fdb4c99e139a264d4e15e6913a3756fc6cccb2f2 (diff) |
make SaveManager no longer a singleton
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 c9cbac5..734e3ee 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -17,4 +17,5 @@ target_sources(test_main PUBLIC ScriptEventTest.cpp ScriptSceneTest.cpp Profiling.cpp + SaveManagerTest.cpp ) |