mirror of
https://git.k0rb4k.net/K0RB4K/qotd.git
synced 2026-09-26 13:21:01 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# Project exclude paths
|
||||
/cmake-build-debug/
|
||||
@@ -0,0 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.19)
|
||||
project(qotd C)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
||||
add_executable(qotd main.c)
|
||||
Reference in New Issue
Block a user