diff options
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/CMakeLists.txt | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index cd61fb7..616e238 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -1,17 +1,17 @@  target_sources(test_main PUBLIC  	CollisionTest.cpp  	main.cpp -	PhysicsTest.cpp -	ScriptTest.cpp -	ParticleTest.cpp -	AssetTest.cpp -	OptionalRefTest.cpp -	RenderSystemTest.cpp -	EventTest.cpp -	ECSTest.cpp -	SceneManagerTest.cpp -	ValueBrokerTest.cpp -	DBTest.cpp -	Vector2Test.cpp -	Profiling.cpp +	# PhysicsTest.cpp +	# ScriptTest.cpp +	# ParticleTest.cpp +	# AssetTest.cpp +	# OptionalRefTest.cpp +	# RenderSystemTest.cpp +	# EventTest.cpp +	# ECSTest.cpp +	# SceneManagerTest.cpp +	# ValueBrokerTest.cpp +	# DBTest.cpp +	# Vector2Test.cpp +	# Profiling.cpp  ) |