X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fconfig.cmake.sample;h=9e41872769a7f7226d3fd923e9eb9ad6bdfc68d0;hb=f75e6db05943b868da4d3463c72e2367b02387ed;hp=4e253d5b0d39649c83f32dcbe0ab02ad2fad9acf;hpb=695291dd4306cf3ecf03520b3fca4cbf8ef7f063;p=apps%2Fapp-templates.git diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index 4e253d5..9e41872 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -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/templates") +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. @@ -131,7 +131,7 @@ set(WIDGET_ENTRY_POINT EntryPoint_Path_Not_Set) # Optional force package prefix generation, like widget # ----------------------------------------------------- -# set(PACKAGE_PREFIX DestinationPath) +# set(PKG_PREFIX DestinationPath) # Optional Application Framework security token # and port use for remote debugging.