diff options
| author | JAROWMR <jarorutjes07@gmail.com> | 2024-12-14 11:51:04 +0100 | 
|---|---|---|
| committer | JAROWMR <jarorutjes07@gmail.com> | 2024-12-14 11:51:04 +0100 | 
| commit | d3a77a80fbda1f40d1f46552c1e3c2f6cd767668 (patch) | |
| tree | 8aedfbb82bf30c116b8883c5df144acafa731532 /src | |
| parent | 3d237aed79980e8703ca53df0549e0b48816e464 (diff) | |
reverted
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/CMakeLists.txt | 46 | 
1 files changed, 23 insertions, 23 deletions
| diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index ed0be5c..11b4ca9 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,27 +1,27 @@  target_sources(test_main PUBLIC  	main.cpp -	# CollisionTest.cpp -	# PhysicsTest.cpp -	# ScriptTest.cpp +	CollisionTest.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 -	# LoopManagerTest.cpp -	# LoopTimerTest.cpp -	# InputTest.cpp -	# ScriptEventTest.cpp -	# ScriptSceneTest.cpp -	# Profiling.cpp -	# SaveManagerTest.cpp -	# ScriptSaveManagerTest.cpp -	# ScriptECSTest.cpp +	AudioTest.cpp +	AssetTest.cpp +	ResourceManagerTest.cpp +	OptionalRefTest.cpp +	RenderSystemTest.cpp +	EventTest.cpp +	ECSTest.cpp +	SceneManagerTest.cpp +	ValueBrokerTest.cpp +	DBTest.cpp +	Vector2Test.cpp +	LoopManagerTest.cpp +	LoopTimerTest.cpp +	InputTest.cpp +	ScriptEventTest.cpp +	ScriptSceneTest.cpp +	Profiling.cpp +	SaveManagerTest.cpp +	ScriptSaveManagerTest.cpp +	ScriptECSTest.cpp  ) |