X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=5796837a77d1a906df4bba0378e30e24e9db573a;hb=7fe0c07848ae028f10e32bca777d05fbc404b152;hp=3c41f58a398ab10a459183725d051dbf5178e82e;hpb=62a07cae0e40181daafdb0204c275af66d0f6d64;p=src%2Fapp-framework-main.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c41f58..5796837 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ ########################################################################### -# Copyright 2015 IoT.bzh +# Copyright 2015, 2016, 2017 IoT.bzh # # author: José Bollo # @@ -24,7 +24,7 @@ include(GNUInstallDirs) set(PROJECT_NAME "AFM Main") set(PROJECT_PRETTY_NAME "Application Framework Main") -set(PROJECT_DESCRIPTION "Secured Application framework") +set(PROJECT_DESCRIPTION "Secured Application framework for Automotive Grade Linux") set(PROJECT_VERSION "1.0") set(USE_LIBZIP ON CACHE BOOL "should try to use libzip?") @@ -67,4 +67,14 @@ add_subdirectory(conf) add_subdirectory(scripts) add_subdirectory(certs) +############################################################ +# installs the pkgconfig files + +CONFIGURE_FILE(afm-main.pc.in afm-main.pc @ONLY) +INSTALL(FILES + ${CMAKE_CURRENT_BINARY_DIR}/afm-main.pc + DESTINATION + ${CMAKE_INSTALL_LIBDIR}/pkgconfig + ) +