5 lines
118 B
CMake
5 lines
118 B
CMake
set(COMPONENT_SRCS "main.c"
|
|
"gatt_svr.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
register_component()
|