Cmake coding style

This commit is contained in:
Zoe Roux
2021-05-14 16:26:46 +02:00
parent 43bbf487a3
commit 9578e4e580
+7 -1
View File
@@ -13,6 +13,12 @@ add_library(wal
sources/Scene/SceneManager.hpp
sources/Scene/Scene.cpp
sources/Scene/Scene.hpp
sources/Renderer/Renderer.cpp sources/Renderer/Renderer.hpp sources/Events/EventManager.cpp sources/Events/EventManager.hpp sources/Exception/WalError.cpp sources/Exception/WalError.hpp)
sources/Renderer/Renderer.cpp
sources/Renderer/Renderer.hpp
sources/Events/EventManager.cpp
sources/Events/EventManager.hpp
sources/Exception/WalError.cpp
sources/Exception/WalError.hpp
)
target_include_directories(wal PUBLIC sources)