mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
10 lines
341 B
CMake
10 lines
341 B
CMake
idf_component_register(SRCS "gcov_example_main.c"
|
|
"gcov_example_func.c"
|
|
INCLUDE_DIRS "."
|
|
PRIV_REQUIRES "sample" "esp_driver_gpio")
|
|
|
|
set_source_files_properties(gcov_example_main.c
|
|
gcov_example_func.c
|
|
PROPERTIES COMPILE_FLAGS
|
|
--coverage)
|