Git - code.swisschili.sh
code.swisschili.sh
/
units
/
0512b1c2556376f67826d12921bf727231919ac1
/
.
/
CMakeLists.txt
blob: ba4a81d5bb612bea7cd4f4c74bed25bdebefcd68 [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
3.13
)
project
(
units C
)
file
(
GLOB SOURCES
*.
c
*.
h
)
add_executable
(
units
-
host $
{
SOURCES
})