a
This commit is contained in:
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user