OVMS3-idf/examples/peripherals/uart/nmea0183_parser/main/CMakeLists.txt

6 lines
141 B
CMake
Raw Normal View History

set(COMPONENT_SRCS "nmea_parser_example_main.c"
"nmea_parser.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()