6 lines
118 B
CMake
Raw Normal View History

2019-06-25 09:03:58 +08:00
set(COMPONENT_SRCS "main.c"
"gatt_svr.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()