X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=75fc4f0992acb29e04c3180cebc6b71f37ea1095;hb=7aa5eff9767662e54684254f736ba009ebea2561;hp=807d30d1a5901f11328900ee5ff28356d0cd2385;hpb=b935f436eac995b139de16cce25843527768483e;p=src%2Fapp-framework-main.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 807d30d..75fc4f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -99,9 +99,9 @@ add_executable(wgtpkg-installer wgtpkg-installer.c) target_link_libraries(wgtpkg-installer wgtpkg wgt secwrp utils) -add_executable(af-usrd af-usrd.c) -target_link_libraries(af-usrd afm secwrp wgt utils) +add_executable(afm-main-daemon afm-main-daemon.c) +target_link_libraries(afm-main-daemon afm secwrp wgt utils) install(TARGETS wgtpkg-sign wgtpkg-pack wgtpkg-info wgtpkg-installer DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) -install(TARGETS af-usrd DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) +install(TARGETS afm-main-daemon DESTINATION ${CMAKE_INSTALL_FULL_BINDIR})