X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=conf%2Fsystem%2FCMakeLists.txt;h=a49d37f07b384dcaafb13ac993210601e9bf4459;hp=eba8d42ab95baaa3536127608173df0db25aa7d1;hb=77bd42075de481ae89f6a5b2bc8a79bf967d95cd;hpb=3284913fccd1a8b6e9993eb9676d8d28f02c2151 diff --git a/conf/system/CMakeLists.txt b/conf/system/CMakeLists.txt index eba8d42..a49d37f 100644 --- a/conf/system/CMakeLists.txt +++ b/conf/system/CMakeLists.txt @@ -18,6 +18,10 @@ cmake_minimum_required(VERSION 2.8) +if(AGL_DEVEL) + set(create_platform_debug "dodir ${afm_platform_rundir}/debug") +endif() + configure_file(afm-system-daemon.service.in afm-system-daemon.service) configure_file(afm-system-daemon.socket.in afm-system-daemon.socket) configure_file(afm-system-setup.service.in afm-system-setup.service)