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