mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
224 B
CMake
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)
|