aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
blob: f6e1dbb8e7f3a9185ca76191cf8639dec592772e (plain)
1
2
3
4
5
6
7
8
9
10
target_sources(test_main PUBLIC
	main.cpp
	PhysicsTest.cpp
	ScriptTest.cpp
	ParticleTest.cpp
	AssetTest.cpp
	OptionalRefTest.cpp
	RenderSystemTest.cpp
)