diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 00:16:06 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 00:16:06 +0200 |
commit | b9a79a1e41d77ac41285500cb4353ef20955d6e1 (patch) | |
tree | d2ad017598892d7b99317d095d84bbbadde86b1d /README.md | |
parent | 5ada5e9225122f2c51277e1816a52a4a6ff79ec7 (diff) |
Update README with renamed macros
Change-Id: I0f2081dfc73962c9bffefc4b359aa72497fe24c7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |