Added 2d Arrays
This commit is contained in:
6
Schueleruebersicht2DArrays/CMakeLists.txt
Normal file
6
Schueleruebersicht2DArrays/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(Schueleruebersicht2DArrays)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(Schueleruebersicht2DArrays main.cpp)
|
||||
Reference in New Issue
Block a user