X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fconfig.cmake.sample;h=eea08d9eddefa77290199b7e4a013839f4482ce6;hb=7c38b8d8f8d1eb78863473dea2cb169f697323bf;hp=27d9f17112c73d68854b31e1c641a81711285435;hpb=2de0f6ce0d934bad9a80908bbc4a93a837f20eeb;p=staging%2Fxdg-launcher.git diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 27d9f17..eea08d9 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -19,7 +19,7 @@ # Project Info # ------------------ set(PROJECT_NAME example) -set(VERSION "0.0") +set(PROJECT_VERSION "0.0") set(PROJECT_PRETTY_NAME "Example") set(PROJECT_DESCRIPTION "AGL application example") set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/apps/app-templates") @@ -31,7 +31,7 @@ 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/default") # 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. @@ -124,3 +124,10 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # - application/vnd.agl.html.hybrid # # set(WIDGET_TYPE MimeType) + + +# Optional Application Framework security token +# and port use for remote debugging. +#------------------------------------------------------------ +#set(AFB_TOKEN "" CACHE PATH "Default AFB_TOKEN") +#set(AFB_REMPORT "1234" CACHE PATH "Default AFB_TOKEN") \ No newline at end of file