blob: ac4d73af6867eec9b6b6798917c068c8450b2a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
target_sources(test_main PUBLIC
main.cpp
PhysicsTest.cpp
ScriptTest.cpp
ParticleTest.cpp
AssetTest.cpp
OptionalRefTest.cpp
RenderSystemTest.cpp
EventTest.cpp
ECSTest.cpp
SceneManagerTest.cpp
ValueBrokerTest.cpp
DBTest.cpp
Vector2Test.cpp
inputTest.cpp
)
|