X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=README.md;h=65bebca037a5bc570933f0acd5be421598527108;hb=2d21ecea6f2929cb07f62133c3812627d8408931;hp=0c0462d26dfc08a362a784fa0a5ac5e63e309506;hpb=73db33eea16f50935f321f7bf5201a1ffde09003;p=apps%2Fapp-templates.git diff --git a/README.md b/README.md index 0c0462d..65bebca 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ installed, customize your project with file `\/etc/config.cmake`. Typically, to copy files use a command like: ```bash -cp reference/etc reference/packaging +cp -r reference/etc reference/packaging cp reference/AGLbuild ``` @@ -128,7 +128,7 @@ PROJECT_TARGET_ADD(low-can-demo) This will make available the variable `${TARGET_NAME}` set with the specificied name. -### search_targets +### project_subdirs_add This macro will search in all subfolder any `CMakeLists.txt` file. If found then it will be added to your project. This could be use in an hybrid application by @@ -137,10 +137,10 @@ example where the binding lay in a sub directory. Usage : ```cmake -search_targets() +project_subdirs_add() ``` -### populate_widget +### project_targets_populate Macro use to populate widget tree. To make this works you have to specify some properties to your target : @@ -158,7 +158,7 @@ Usage : populate_widget() ``` -### build_widget +### project_package_build Use at project level, to gather all populated targets in the widget tree plus widget specifics files into a **WGT** archive. Generated under your `build` @@ -169,3 +169,7 @@ Usage : ```cmake build_widget() ``` + +### project_closing_message + +Will display the closing message configured in `config.cmake` file. Put it at the end of your project CMake file. \ No newline at end of file