mirror of
https://github.com/espressif/esp-idf
synced 2025-03-29 02:40:11 -04:00
6 lines
121 B
CMake
6 lines
121 B
CMake
set(COMPONENT_SRCS "bt_app_core.c"
|
|
"main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|