Git - code.swisschili.sh
code.swisschili.sh
/
units
/
729acd5636519d5da434ccba5258c751c8f839ab
/
.
/
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
})