From: DoHyun Pyun Date: Wed, 22 Feb 2017 23:37:46 +0000 (+0900) Subject: Fix the build error for wearable and IVI profile X-Git-Tag: accepted/tizen/3.0/common/20170223.122411^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5af925889097dd358930615e9035a36fd5e26c14;hp=286c8454dff6582e2591eb08d7720e5f3af3fa4f;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git Fix the build error for wearable and IVI profile Change-Id: I439c3888dd491197126787afda282f232dc3a000 Signed-off-by: DoHyun Pyun --- 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