uas-ugv/components/minmea/CMakeLists.txt

8 lines
155 B
CMake
Raw Normal View History

set(COMPONENT_SRCS
"minmea/minmea.c")
set(COMPONENT_ADD_INCLUDEDIRS "minmea")
register_component()
component_compile_options(PUBLIC -Dtimegm=mktime)