Initial commit

This commit is contained in:
Leonetienne
2022-02-27 13:48:21 +01:00
commit 2958c2c72b
5 changed files with 66 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

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