Fix the build error for wearable and IVI profile 67/116067/1 accepted/tizen/3.0/common/20170223.122411 accepted/tizen/3.0/ivi/20170223.073934 accepted/tizen/3.0/mobile/20170223.073747 accepted/tizen/3.0/wearable/20170223.073920 submit/tizen_3.0/20170222.001458 submit/tizen_3.0/20170222.235503
authorDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 22 Feb 2017 23:37:46 +0000 (08:37 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 22 Feb 2017 23:37:46 +0000 (08:37 +0900)
Change-Id: I439c3888dd491197126787afda282f232dc3a000
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
CMakeLists.txt

index 68e9f70..419b7de 100644 (file)
@@ -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