Git - code.swisschili.sh
code.swisschili.sh
/
units
/
4f0a0a8b5e3036cecbe6b84848adf9ff5fe5dcc7
/
.
/
CMakeLists.txt
blob: ba4a81d5bb612bea7cd4f4c74bed25bdebefcd68 [
file
] [
log
] [
blame
]
swissChili
729acd5
2024-03-05 11:52:45 -0500
[
diff
] [
blame
]
1
cmake_minimum_required
(
VERSION
3.13
)
2
3
project
(
units C
)
4
5
file
(
GLOB SOURCES
*.
c
*.
h
)
6
add_executable
(
units
-
host $
{
SOURCES
})