mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
6 lines
118 B
CMake
6 lines
118 B
CMake
set(COMPONENT_SRCS "main.c"
|
|
"gatt_svr.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|