diff --git a/Aufgabe 5/CMakeLists.txt b/Aufgabe 5/CMakeLists.txt new file mode 100644 index 0000000..05bd16b --- /dev/null +++ b/Aufgabe 5/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.31) +project(Aufgabe_5) + +set(CMAKE_CXX_STANDARD 17) + +add_executable(Aufgabe_5 main.cpp)