5 lines
121 B
CMake
5 lines
121 B
CMake
set(COMPONENT_SRCS "bt_app_core.c"
|
|
"main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|