8 lines
155 B
CMake
8 lines
155 B
CMake
|
set(COMPONENT_SRCS
|
||
|
"minmea/minmea.c")
|
||
|
set(COMPONENT_ADD_INCLUDEDIRS "minmea")
|
||
|
|
||
|
register_component()
|
||
|
|
||
|
component_compile_options(PUBLIC -Dtimegm=mktime)
|