This commit is contained in:
2024-02-09 12:34:58 +01:00
parent 4d772a17cb
commit 0c970c22a7
98 changed files with 5330 additions and 20 deletions

9
CMakeLists.txt Normal file
View File

@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.26)
project(FH)
set(CMAKE_CXX_STANDARD 14)
include_directories(WS23_24/Anwendungsentwicklung/src/P11)
add_executable(FH
WS23_24/Anwendungsentwicklung/src/P11/date.c)