10 lines
255 B
CMake
Executable File
10 lines
255 B
CMake
Executable File
set(SRCS
|
|
"main.c"
|
|
"utils.c"
|
|
"gatt_server.c"
|
|
"keyboard.c"
|
|
"hid_keyboard_callbacks.c")
|
|
|
|
idf_component_register(SRCS ${SRCS}
|
|
INCLUDE_DIRS ${PROJECT_DIR}/include
|
|
REQUIRES bt nvs_flash) |