From eac26543ab123eeb46fc66dfc02178e7772b8ac1 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 26 Jun 2017 18:08:40 +0200 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit 1.2.3-korg