aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
blob: 3eee46693350068b47b15981ac328cca3e23d369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
target_sources(test_main PUBLIC
	CollisionTest.cpp
	main.cpp
	PhysicsTest.cpp
	ScriptTest.cpp
	ParticleTest.cpp
	ECSTest.cpp
	SceneManagerTest.cpp
	EventTest.cpp
	ValueBrokerTest.cpp
	DBTest.cpp
)