From: Richard Huang Date: Wed, 20 Jan 2016 11:02:34 +0000 (+0000) Subject: Update gbs build makefile for node addon X-Git-Tag: dali_1.1.18~2^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=882d1e6d574010b9a1cf2d8f970df15606dce721;ds=sidebyside Update gbs build makefile for node addon Change-Id: Ifc5463fabc23282e803e08d0b4a94f35311e8cd0 --- diff --git a/node-addon/build/tizen/CMakeLists.txt b/node-addon/build/tizen/CMakeLists.txt index f76d25a..d418eca 100644 --- a/node-addon/build/tizen/CMakeLists.txt +++ b/node-addon/build/tizen/CMakeLists.txt @@ -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