blob: ba4a81d5bb612bea7cd4f4c74bed25bdebefcd68 [file] [log] [blame]
swissChili729acd52024-03-05 11:52:45 -05001cmake_minimum_required(VERSION 3.13)
2
3project(units C)
4
5file(GLOB SOURCES *.c *.h)
6add_executable(units-host ${SOURCES})