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