diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c3ae680 --- /dev/null +++ b/CMakeLists.txt | |||
@@ -0,0 +1,6 @@ | |||
1 | cmake_minimum_required(VERSION 3.28) | ||
2 | |||
3 | add_subdirectory(hello) | ||
4 | add_subdirectory(julia) | ||
5 | add_subdirectory(ptracer) | ||
6 | add_subdirectory(vector_sum) | ||