indents fixes

This commit is contained in:
Clément Le Bihan
2021-06-02 18:32:58 +02:00
parent 883022d255
commit 4ea98204a2
+3 -3
View File
@@ -58,8 +58,8 @@ set(SOURCES
sources/System/Renderer/Render2DScreenSystem.hpp
sources/Component/Animation/AnimationsComponent.cpp
sources/Component/Animation/AnimationsComponent.hpp
sources/System/Animation/AnimationsSystem.cpp
sources/System/Animation/AnimationsSystem.hpp
sources/System/Animation/AnimationsSystem.cpp
sources/System/Animation/AnimationsSystem.hpp
sources/Component/Collision/CollisionComponent.cpp
sources/Component/Collision/CollisionComponent.hpp
sources/System/Collision/CollisionSystem.hpp
@@ -81,7 +81,7 @@ add_executable(unit_tests EXCLUDE_FROM_ALL
tests/EngineTests.cpp
tests/CallbackTest.cpp
tests/MoveTests.cpp
tests/CollisionTest.cpp
tests/CollisionTest.cpp
)
target_include_directories(unit_tests PUBLIC sources)
target_link_libraries(unit_tests PUBLIC wal ray)