Lock screen password protection feature
[apps/osp/Settings.git] / CMakeLists.txt
index d72bdb2..43f8c8b 100644 (file)
@@ -7,6 +7,8 @@ SET(PKG_ID kto5jikgul)
 INCLUDE_DIRECTORIES(
        /usr/include/osp
        /usr/include/libxml2
+       /usr/include/vconf
+       /usr/include/security-server
        inc
   )
 
@@ -21,7 +23,7 @@ ADD_EXECUTABLE (${this_target} ${${this_target}_SOURCE_FILES})
 
 # Set link libraries and link options
 ## TODO : add more link libraries and options
-TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-ime osp-media osp-content osp-image osp-telephony osp-net osp-wifi osp-bluetooth osp-nfc xml2 pthread)
+TARGET_LINK_LIBRARIES(${this_target} -L/usr/lib/osp osp-appfw osp-uifw osp-ime osp-media osp-content osp-image osp-telephony osp-net osp-wifi osp-bluetooth osp-nfc xml2 pthread vconf security-server-client)
 TARGET_LINK_LIBRARIES(${this_target} -Xlinker --allow-shlib-undefined -pthread -pie)
 
 # Copy info, data, res, and icons directories