1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-31 20:00:09 -04:00
2018-09-19 14:38:19 +10:00

10 lines
224 B
CMake

set(COMPONENT_SRCS "gcov_example.c"
"gcov_example_func.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()
set_source_files_properties(gcov_example.c
PROPERTIES COMPILE_FLAGS
--coverage)