X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=195162f4a97b0162d0b311a005d5789b59324e1e;hb=9c71a765f0e4f53a6bbae5f550515b93eb9d7c53;hp=4487817c981a83068cd974232b8e231cb88aba77;hpb=0013593d4289e0be2e6651980185e3e95fcb8726;p=apps%2Fapp-templates.git diff --git a/README.md b/README.md index 4487817..195162f 100644 --- a/README.md +++ b/README.md @@ -307,8 +307,13 @@ automatically from some specifics locations. They are included in that order: - Home CMake files located in _$HOME/.config/app-templates/cmake.d_ - System CMake files located in _/etc/app-templates/cmake.d_ -CMake files has to be named using the following convention: `XX-***.cmake`, -where `XX` are numbers, `***` file name (ie. `99-my_customs.cmake`). +CMake files has to be named using the following convention: `XX-common-*.cmake` +or `XX-${PROJECT_NAME}-*.cmake`, where `XX` are numbers, `*` file name +(ie. `99-common-my_customs.cmake`). + +> **NOTE** You need to specify after numbers that indicate include order, to +which project that file applies, if it applies to all project then use keyword +`common`. So, saying that you should be aware that every normal cmake variables used at project level could be overwrited by home or system located cmake files if