diff options
author | Jin Yoon <jinny.yoon@samsung.com> | 2017-09-05 14:33:06 +0900 |
---|---|---|
committer | GeunSun Lee <gs86.lee@samsung.com> | 2017-09-05 05:41:27 +0000 |
commit | 516dc3fa1afba107a1d2533d240bcd9e503a0f27 (patch) | |
tree | 447914b270266cf7f6c6db2e6e0af730970d453e /CMakeLists.txt | |
parent | 0abbb257899b25550cb574f4f650905bc3e1725f (diff) | |
download | rcc-516dc3fa1afba107a1d2533d240bcd9e503a0f27.tar.gz rcc-516dc3fa1afba107a1d2533d240bcd9e503a0f27.tar.bz2 rcc-516dc3fa1afba107a1d2533d240bcd9e503a0f27.zip |
Add the 'webutil' feature into the Server
Change-Id: If90721041dbbbefc6125016019b1f8ce1aece9fb
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cff29f..6d50a71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,9 @@ pkg_check_modules(APP_PKGS REQUIRED eina iotcon gio-2.0 + libcurl + glib-2.0 + json-glib-1.0 ) ADD_DEFINITIONS(-DCBOR_FILE_IN_RES="${INSTALL_RESDIR}/${CBOR_FILE}") @@ -38,6 +41,7 @@ ADD_EXECUTABLE(${PROJECT_NAME} ${PROJECT_ROOT_DIR}/src/controller.c ${PROJECT_ROOT_DIR}/src/controller_internal.c ${PROJECT_ROOT_DIR}/src/connectivity.c + ${PROJECT_ROOT_DIR}/src/webutil.c ${PROJECT_ROOT_DIR}/src/resource.c ${PROJECT_ROOT_DIR}/src/resource/resource_illuminance_sensor.c ${PROJECT_ROOT_DIR}/src/resource/resource_infrared_motion_sensor.c |