Files
esp-idf/examples/system/gcov/main/CMakeLists.txt
2025-08-19 09:53:33 +03:00

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)