mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 11:00:58 +02: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()
|