X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMakeLists.txt;h=93498f4dfa47a9e3efeb028f646aaa0855c144f8;hb=36472df6c4f1235df68b2d0d82057fff6987ea2a;hp=1c898a365bdf3392bf17c03b98474155ebac4da4;hpb=55859d0ed339ac30ae14780b1d1940bcea986834;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c898a3..93498f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,7 @@ IF(BUILD_ALL_TESTS) SET(BUILD_CYNARA ON) SET(BUILD_WEB ON) SET(BUILD_YACA ON) + SET(BUILD_ODE ON) ENDIF(BUILD_ALL_TESTS) # If supported for the target machine, emit position-independent code,suitable @@ -86,6 +87,10 @@ ADD_DEFINITIONS("-Wno-deprecated-declarations") # No warnings abou ADD_DEFINITIONS("-DCYNARA_DB_DIR=\"${CYNARA_DB_DIR}\"") ADD_DEFINITIONS("-DAPP_USER=\"${APP_USER}\"") +# Enabler for popups; this should be done on system-level somewhere, but since it isn't +# and we already have such definition in security-manager, lets have it also here +ADD_DEFINITIONS("-DASKUSER_ENABLED") + IF(SMACK_ENABLE) ADD_DEFINITIONS("-DWRT_SMACK_ENABLED") ENDIF(SMACK_ENABLE)