Merge "Prevented json array of numbers appending on merge" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 21 Jan 2016 17:53:59 +0000 (09:53 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 21 Jan 2016 17:53:59 +0000 (09:53 -0800)
node-addon/build/tizen/CMakeLists.txt

index f76d25a..d418eca 100644 (file)
@@ -56,6 +56,9 @@ add_library(dali_addon SHARED
   ${PLUGING_SRC_DIR}/actors/actor-api.cpp
   ${PLUGING_SRC_DIR}/actors/layer-api.cpp
   ${PLUGING_SRC_DIR}/actors/camera-actor-api.cpp
+  ${PLUGING_SRC_DIR}/controls/control-wrapper.cpp
+  ${PLUGING_SRC_DIR}/controls/item-factory-wrapper.cpp
+  ${PLUGING_SRC_DIR}/controls/item-view-api.cpp
   ${PLUGING_SRC_DIR}/constants/constants-wrapper.cpp
   ${PLUGING_SRC_DIR}/animation/animation-api.cpp
   ${PLUGING_SRC_DIR}/animation/animation-wrapper.cpp