aboutsummaryrefslogtreecommitdiff
path: root/src/test/CMakeLists.txt
blob: 8c4b8554fa0b5bcc83e63000781e9ba6749d98d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
target_sources(test_main PUBLIC
	main.cpp
	PhysicsTest.cpp
	ScriptTest.cpp
	ParticleTest.cpp
	AudioTest.cpp
	AssetTest.cpp
	ResourceManagerTest.cpp
	OptionalRefTest.cpp
	RenderSystemTest.cpp
	EventTest.cpp
	ECSTest.cpp
	SceneManagerTest.cpp
	ValueBrokerTest.cpp
	DBTest.cpp
	Vector2Test.cpp
	ScriptEventTest.cpp
	ScriptSceneTest.cpp
	PrivateTest.cpp
)