OVMS3-idf/examples/system/gcov/main/CMakeLists.txt
Darian Leung de682a13b1 examples: Update system examples README
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
2019-08-28 16:19:40 +08:00

9 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)