mirror of
https://github.com/espressif/esp-idf
synced 2025-04-11 01:00:13 -04:00
6 lines
135 B
CMake
6 lines
135 B
CMake
set(COMPONENT_SRCS "gcov_example.c"
|
|
"gcov_example_func.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|