X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=ebae7fc3b8ef187b0d9484beab3a5efb024a0529;hb=dc4d29d0b8c3393ab8ba85b6278fd231b1191509;hp=e8c98b430183cca3d804e270b97d3c3c6a42e1fa;hpb=ffad58b4a2a45613101f4dca75cf6cde33e74cb3;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e8c98b4..ebae7fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,8 +53,10 @@ 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) +add_subdirectory(scripts)