X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=48cb270d440186747b359002f5f896a2e087821e;hb=fac693de3881f996d50508d2e1891cc6f18276ac;hp=2e6995c9adae700d1cc7a94b9766e04aa36651f4;hpb=9549e8c28032c2d1fb578c43f1b340d1457b3c70;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e6995c..48cb270 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ macro(setc name value) endmacro(setc) setc(USE_LIBZIP 1) +setc(USE_SIMULATION 1) setc(afm_name "aglfwk") setc(afm_confdir "${CMAKE_INSTALL_FULL_SYSCONFDIR}/${afm_name}") @@ -52,7 +53,9 @@ defstr(FWK_ICON_DIR "${afm_icondir}") defstr(FWK_APP_DIR "${afm_appdir}") defstr(FWK_USER_APP_DIR "${afm_user_appdir}") defstr(WGTPKG_TRUSTED_CERT_DIR "${wgtpkg_trusted_cert_dir}") +defstr(FWK_LAUNCH_CONF "${afm_confdir}/afm-launch.conf") add_subdirectory(src) +add_subdirectory(conf)