mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
222 B
CMake
8 lines
222 B
CMake
idf_component_register(SRCS "gcov_example.c"
|
|
"gcov_example_func.c"
|
|
INCLUDE_DIRS ".")
|
|
|
|
set_source_files_properties(gcov_example.c
|
|
PROPERTIES COMPILE_FLAGS
|
|
--coverage)
|