From 9d2600f4b4dcbdd3820910967eb00a9b00cd8a17 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 21 Jun 2019 11:44:30 -0700 Subject: libqtappfw: bluetooth-map: add initial map support Add bluetooth-map service support for notifications and message composition. Bug-AGL: SPEC-2561 Change-Id: I956150b9db05334eb02640657c1fc7e03258ab41 Signed-off-by: Matt Ranostay --- map/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 map/CMakeLists.txt (limited to 'map/CMakeLists.txt') diff --git a/map/CMakeLists.txt b/map/CMakeLists.txt new file mode 100644 index 0000000..2e58fbe --- /dev/null +++ b/map/CMakeLists.txt @@ -0,0 +1,2 @@ +add_headers(map.h mapmessage.h) +add_sources(map.cpp mapmessage.cpp) -- cgit 1.2.3-korg