X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2FCMakeLists.txt;fp=scripts%2FCMakeLists.txt;h=bf0846caa130180f2353b895eab998e8875aa5cc;hb=d06b3d9f5bae5424bcada675eaece47b56eb9e3d;hp=aef41cbbd7cdb67e74f14efeeae003f1a971e55e;hpb=5ac881fc974222d7416507ad36e13e1a811fe22e;p=src%2Fapp-framework-main.git diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index aef41cb..bf0846c 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -20,5 +20,8 @@ cmake_minimum_required(VERSION 2.8) if(NOT USE_SDK) install(PROGRAMS afm-util DESTINATION ${CMAKE_INSTALL_BINDIR}) + if(AGL_DEVEL) + install(PROGRAMS afm-debug DESTINATION ${CMAKE_INSTALL_BINDIR}) + endif() endif()