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