2019-06-25 18:41:19 +00:00
|
|
|
idf_component_register(SRCS "gcov_example_main.c"
|
2019-04-28 07:38:46 +00:00
|
|
|
"gcov_example_func.c"
|
|
|
|
INCLUDE_DIRS ".")
|
2018-09-18 04:23:56 +00:00
|
|
|
|
2019-06-25 18:41:19 +00:00
|
|
|
set_source_files_properties(gcov_example_main.c
|
|
|
|
gcov_example_func.c
|
2018-09-18 04:23:56 +00:00
|
|
|
PROPERTIES COMPILE_FLAGS
|
|
|
|
--coverage)
|