blob: ba4a81d5bb612bea7cd4f4c74bed25bdebefcd68 [file] [log] [blame]
cmake_minimum_required(VERSION 3.13)
project(units C)
file(GLOB SOURCES *.c *.h)
add_executable(units-host ${SOURCES})