Remove the redundency to make profile rpms
[platform/core/connectivity/bluetooth-agent.git] / CMakeLists.txt
index e6a08f4..86d8c7a 100644 (file)
@@ -1,11 +1,10 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
-IF (TIZEN_WEARABLE)
+# For bluetooth-agent-profile.h
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+
 ADD_SUBDIRECTORY(hf-agent)
-ELSE (TIZEN_WEARABLE)
 ADD_SUBDIRECTORY(map-agent)
 ADD_SUBDIRECTORY(pb-agent)
-IF (TIZEN_BT_HFP_AG_ENABLE)
 ADD_SUBDIRECTORY(ag-agent)
-ENDIF (TIZEN_BT_HFP_AG_ENABLE)
-ENDIF (TIZEN_WEARABLE)
+ADD_SUBDIRECTORY(bt-ipsp)
\ No newline at end of file