Initial commit
This commit is contained in:
commit
536a8a689e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Project exclude paths
|
||||||
|
/cmake-build-debug/
|
||||||
6
CMakeLists.txt
Normal file
6
CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
project(qotd C)
|
||||||
|
|
||||||
|
set(CMAKE_C_STANDARD 99)
|
||||||
|
|
||||||
|
add_executable(qotd main.c)
|
||||||
Loading…
Reference in New Issue
Block a user