OVMS3-idf/examples/system/gcov/main/CMakeLists.txt
2019-06-21 19:53:29 +08:00

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)