From 5af925889097dd358930615e9035a36fd5e26c14 Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Thu, 23 Feb 2017 08:37:46 +0900 Subject: [PATCH] Fix the build error for wearable and IVI profile Change-Id: I439c3888dd491197126787afda282f232dc3a000 Signed-off-by: DoHyun Pyun --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e9f70..419b7de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,9 @@ ADD_SUBDIRECTORY(hf-agent) ELSE (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI) ADD_SUBDIRECTORY(map-agent) ADD_SUBDIRECTORY(pb-agent) -ADD_SUBDIRECTORY(bt-ipsp) IF (TIZEN_FEATURE_BT_HFP_AG) ADD_SUBDIRECTORY(ag-agent) ENDIF (TIZEN_FEATURE_BT_HFP_AG) ENDIF (TIZEN_PROFILE_WEARABLE OR TIZEN_PROFILE_IVI) + +ADD_SUBDIRECTORY(bt-ipsp) \ No newline at end of file -- 2.7.4