afm-launch.conf: handle services through application/vnd.agl.service mimetype
[src/app-framework-main.git] / CMakeLists.txt
index 0591847..9ade5bc 100644 (file)
@@ -35,6 +35,7 @@ SET(PROJECT_VERSION "1.0")
 
 setc(USE_LIBZIP 1)
 setc(USE_SIMULATION 1)
+setc(USE_SDK 0)
 
 setc(afm_name                "afm")
 setc(afm_confdir             "${CMAKE_INSTALL_FULL_SYSCONFDIR}/${afm_name}")
@@ -63,5 +64,6 @@ defstr(FWK_LAUNCH_CONF         "${afm_confdir}/afm-launch.conf")
 add_subdirectory(src)
 add_subdirectory(conf)
 add_subdirectory(scripts)
+add_subdirectory(certs)