X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=ef1840094c0c3b73d039b75f02c8632276a22645;hb=refs%2Fheads%2Faccepted%2Ftizen_7.0_unified;hp=243207bbe5629d01f4bd0f8a5765fcb0139079be;hpb=93153e047cf2572a05276e29f96ac64002f6e79e;p=platform%2Fcore%2Fconnectivity%2Fbluetooth-agent.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 243207b..ef18400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,8 +4,15 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include) ADD_SUBDIRECTORY(hf-agent) +IF (DA_PROFILE) +ELSE (DA_PROFILE) ADD_SUBDIRECTORY(map-agent) +ENDIF (DA_PROFILE) ADD_SUBDIRECTORY(pb-agent) ADD_SUBDIRECTORY(ag-agent) ADD_SUBDIRECTORY(ipsp-agent) -ADD_SUBDIRECTORY(hid-agent) \ No newline at end of file +ADD_SUBDIRECTORY(hid-agent) +IF (BUILD_GCOV) +ADD_SUBDIRECTORY(unittest) +ENDIF (BUILD_GCOV) +ADD_SUBDIRECTORY(hf-test)