diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-06-14 17:56:41 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-06-19 08:53:00 -0700 |
commit | 30b84ed96f8fc03fc5a73bbe97a86d76899ab8cc (patch) | |
tree | 3967da514a77ba4f1c4e186111ef44bc1197d2f3 /binding/CMakeLists.txt | |
parent | a9584f072945bfda5d7741d43cb870dcb291fd70 (diff) |
binding: bluetooth-map: add message access support
Add support for retrieving messages, and listing handles of
messages located in folders.
SPEC-2512
Change-Id: Ia345488b51f5cac1e1c2fd508305d7ffda794251
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 97a28df..7012e33 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -23,7 +23,8 @@ PROJECT_TARGET_ADD(bluetooth-map-binding) # Define project Targets add_library(bluetooth-map-binding MODULE bluetooth-map-api.c bluetooth-map-bluez.c - bluetooth-map-bmessage.c) + bluetooth-map-bmessage.c + bluetooth-map-util.c) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES |