From 4fbafba8c96d8575ffac4447187d0032f174d24b Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Mon, 5 Dec 2016 10:10:18 +0900 Subject: [PATCH] Add the proximity function into TV profile Change-Id: Iaa6f818473eb5ceaab1cc08c08bc1046ddade1c2 Signed-off-by: DoHyun Pyun --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 067214e..8a95c78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ src/bluetooth-avrcp.c src/bluetooth-gatt.c src/bluetooth-ipsp.c src/bluetooth-dpm.c +src/bluetooth-proximity.c ) ELSE () SET(SOURCES -- 2.34.1