mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
cmake: add missing bt_services.c
This commit is contained in:
parent
2115679db3
commit
52d67a85d0
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ if(CONFIG_WIRELESS_BLUETOOTH)
|
|||
bt_keys.c
|
||||
bt_l2cap.c
|
||||
bt_smp.c
|
||||
bt_uuid.c)
|
||||
bt_uuid.c
|
||||
bt_services.c)
|
||||
endif()
|
||||
|
||||
target_sources(wireless PRIVATE ${SRCS})
|
||||
|
|
Loading…
Reference in a new issue