Merge "rollback source code because of lockup issue" into tizen_2.2
[apps/osp/Internet.git] / CMakeLists.txt
index bf08255..ade1876 100644 (file)
@@ -20,7 +20,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES})
 \r
 # Set link libraries and link options\r
 ## TODO : add more link libraries and options\r
-TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net pthread)\r
+TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-media osp-web osp-image osp-net osp-shell pthread)\r
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pthread -pie)\r
 \r
 # Copy info, data, res, and icons directories\r
@@ -30,4 +30,4 @@ INSTALL(TARGETS ${this_target} DESTINATION ../usr/apps/${APPID}/bin)
 INSTALL(FILES ${CMAKE_SOURCE_DIR}/manifest.xml DESTINATION ../usr/apps/${APPID}/info)\r
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/res DESTINATION ../usr/apps/${APPID})\r
 INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/shared DESTINATION ../usr/apps/${APPID})\r
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ../usr/apps/${PKG_ID})
\ No newline at end of file
+INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data DESTINATION ../usr/apps/${PKG_ID})\r