Mesh: Fix provisioning and mesh message communication
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / CMakeLists.txt
index 82a5f39..71abba0 100644 (file)
@@ -38,6 +38,7 @@ SET(SRCS
 ./services/mesh/bt-service-mesh-network.c
 ./services/mesh/bt-service-mesh-main.c
 ./services/mesh/bt-service-mesh-config-client.c
+./services/mesh/bt-service-mesh-model.c
 )
 
 IF("$ENV{CFLAGS}" MATCHES "-DTIZEN_FEATURE_BT_OBEX")
@@ -94,6 +95,7 @@ SET(PKG_MODULES
         capi-network-connection
         cynara-client
         cynara-creds-gdbus
+        aul
        json-c
        ell
         eventsystem
@@ -101,6 +103,7 @@ SET(PKG_MODULES
         capi-system-info
         libsystemd-daemon
         bincfg
+        libactd
 )
 ELSE()
 SET(PKG_MODULES
@@ -112,12 +115,14 @@ SET(PKG_MODULES
         capi-network-connection
         cynara-client
         cynara-creds-gdbus
+        aul
        json-c
        ell
         eventsystem
         storage
         capi-system-info
         libsystemd-daemon
+        libactd
 )
 ENDIF()