diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 17:45:44 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 17:45:44 +0100 |
| commit | 1148037c82b6ac2db366da19cfab801dfb4e88f8 (patch) | |
| tree | 0a93c360423535b5db533d30360ba77cd4929571 /CMakeLists.txt | |
| parent | 7726d64530f82fc9b8ac08f484491335bd7ca2a4 (diff) | |
Optimized cmake structure
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..4664c81 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory(Src/) +add_subdirectory(Exec/) +add_subdirectory(Test/) |
