blob: 11b4ca9396fdfcad360ce52b75bac44215cf71e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
target_sources(test_main PUBLIC
main.cpp
CollisionTest.cpp
PhysicsTest.cpp
ScriptTest.cpp
ParticleTest.cpp
AudioTest.cpp
AssetTest.cpp
ResourceManagerTest.cpp
OptionalRefTest.cpp
RenderSystemTest.cpp
EventTest.cpp
ECSTest.cpp
SceneManagerTest.cpp
ValueBrokerTest.cpp
DBTest.cpp
Vector2Test.cpp
LoopManagerTest.cpp
LoopTimerTest.cpp
InputTest.cpp
ScriptEventTest.cpp
ScriptSceneTest.cpp
Profiling.cpp
SaveManagerTest.cpp
ScriptSaveManagerTest.cpp
ScriptECSTest.cpp
)
|