X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Fconf.d%2Fconfig.cmake;h=8340a26a16ad75803679538f76dc7f737adfdd19;hb=20eaa9b48b43407a9a4f023655cb940c59b8917a;hp=d0e879a1946f617bbfd522b3c9294414915ff6ca;hpb=593170c453c3ea75a92ab8066003029f3396bd50;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/conf.d/config.cmake b/CAN-binder/conf.d/config.cmake index d0e879a1..8340a26a 100644 --- a/CAN-binder/conf.d/config.cmake +++ b/CAN-binder/conf.d/config.cmake @@ -18,19 +18,20 @@ # Project Info # ------------------ -set(PROJECT_NAME low-can-project) -set(VERSION "1.0") +set(PROJECT_NAME low-can-service) +set(PROJECT_VERSION "2.0") set(PROJECT_PRETTY_NAME "Low level CAN binding") set(PROJECT_DESCRIPTION "Expose CAN Low Level APIs through AGL Framework") set(PROJECT_URL "https://github.com/iotbzh/CAN_signaling") set(PROJECT_AUTHOR "Romain Forlot") set(PROJECT_AUTHOR_MAIL "romain.forlot@iot.bzh") set(PROJECT_ICON "icon.png") +set(PROJECT_LICENCE "APL2.0") set(PROJECT_LANGUAGES,"C") # Where are stored default templates files from submodule or subtree app-templates in your project tree # relative to the root project directory -set(PROJECT_APP_TEMPLATES_DIR "conf.d") +set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates") # Where are stored your external libraries for your project. This is 3rd party library that you don't maintain # but used and must be built and linked. @@ -43,6 +44,10 @@ set(PROJECT_APP_TEMPLATES_DIR "conf.d") # ---------------------------------- set(CMAKE_BUILD_TYPE "DEBUG") +# Kernel selection if needed. Overload the detected compiler. +# ----------------------------------------------- +#set (kernel_minimal_version 4.8) + # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- set (gcc_minimal_version 4.9) @@ -87,9 +92,9 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # ------------------------- #set(EXTRA_LINK_LIBRARIES) -# Optional force binding installation +# Optional force installation prefix # ------------------------------------ -set(BINDINGS_INSTALL_PREFIX /opt ) +set(INSTALL_PREFIX /opt ) # set(WIDGET_PREFIX DestinationPath) # Optional force binding Linking flag