mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
cmake: make main a component again
This commit is contained in:

committed by
Angus Gratton

parent
f9bed53ea2
commit
d9939cedd9
5
examples/system/gcov/main/CMakeLists.txt
Normal file
5
examples/system/gcov/main/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set(COMPONENT_SRCS "gcov_example.c"
|
||||
"gcov_example_func.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
||||
|
||||
register_component()
|
Reference in New Issue
Block a user