Optimized cmake structure

This commit is contained in:
Leonetienne
2022-02-12 17:45:44 +01:00
parent 7726d64530
commit 1148037c82
2 changed files with 6 additions and 3 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_subdirectory(Src/)
add_subdirectory(Exec/)
add_subdirectory(Test/)