Add CMakeLists.txt
This commit is contained in:
parent
3e2c5d55c9
commit
f413b5433d
6
Aufgabe 5/CMakeLists.txt
Normal file
6
Aufgabe 5/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.31)
|
||||||
|
project(Aufgabe_5)
|
||||||
|
|
||||||
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
add_executable(Aufgabe_5 main.cpp)
|
Loading…
Reference in New Issue
Block a user