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