Mesh: Fix provisioning and mesh message communication
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / CMakeLists.txt
index b969812..71abba0 100644 (file)
@@ -36,6 +36,9 @@ SET(SRCS
 ./services/mesh/bt-service-mesh-cdb.c
 ./services/mesh/bt-service-mesh-nodes.c
 ./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")
@@ -92,6 +95,7 @@ SET(PKG_MODULES
         capi-network-connection
         cynara-client
         cynara-creds-gdbus
+        aul
        json-c
        ell
         eventsystem
@@ -99,6 +103,7 @@ SET(PKG_MODULES
         capi-system-info
         libsystemd-daemon
         bincfg
+        libactd
 )
 ELSE()
 SET(PKG_MODULES
@@ -110,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()