de682a13b1
The following commit updates the first half of the the system example README files. Some other changes were also made: * Updated base_mac_address example * Moved contents in GCOV README to GCOV docs * Some *main.c file names updated * Updated example README template
8 lines
280 B
CMake
8 lines
280 B
CMake
idf_component_register(SRCS "gcov_example_main.c"
|
|
"gcov_example_func.c"
|
|
INCLUDE_DIRS ".")
|
|
|
|
set_source_files_properties(gcov_example_main.c
|
|
gcov_example_func.c
|
|
PROPERTIES COMPILE_FLAGS
|
|
--coverage)
|