summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-06-26 18:08:40 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-06-27 15:36:00 +0200
commiteac26543ab123eeb46fc66dfc02178e7772b8ac1 (patch)
treee399b6c2b13ea62215ebcac68236913440af39aa /README.md
parentb61499ae447607b1a200e0092ace3ad20b67db4c (diff)
Add wrapper to 4 most commons macros
1 macros to call in the right orders 4 following macros: - project_subdirs_add - project_targets_populate - project_package_build - project_closing_msg Could take 1 argument passed to project_subdirs_add Change-Id: I4ae7e24f1a865413156c5c70b77098c3a20349b0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 010f4f7..b28b90a 100644
--- a/README.md
+++ b/README.md
@@ -238,4 +238,4 @@ project_package_build()
### project_closing_message
Will display the closing message configured in `config.cmake` file. Put it at
-the end of your project CMake file.
+the end of your project CMake file. \ No newline at end of file