Add the module name in the gcov install path
[platform/core/connectivity/bluetooth-agent.git] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
2
3 # For bluetooth-agent-profile.h
4 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
5
6 ADD_SUBDIRECTORY(hf-agent)
7 ADD_SUBDIRECTORY(map-agent)
8 ADD_SUBDIRECTORY(pb-agent)
9 ADD_SUBDIRECTORY(ag-agent)
10 ADD_SUBDIRECTORY(ipsp-agent)
11 ADD_SUBDIRECTORY(hid-agent)
12 IF (BUILD_GCOV)
13 ADD_SUBDIRECTORY(unittest)
14 ENDIF (BUILD_GCOV)