aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
blob: d56d80f70e73e41e158867df902a2647a3d25935 (plain)
1
2
3
4
5
6
7
8
9
target_sources(test_main PUBLIC
	main.cpp
	PhysicsTest.cpp
	ScriptTest.cpp
	ParticleTest.cpp
	ECSTest.cpp
	SceneManagerTest.cpp
)