From 12e5bfbc1c1c387fc3ea7a1b12bac6ddd068c3f1 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 8 Aug 2021 21:29:19 -0400 Subject: external-project: Add support for WAF build system Fixes: #7638 --- docs/markdown/External-Project-module.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/markdown/External-Project-module.md') diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index 866564ea6..640caaf07 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -63,6 +63,10 @@ directory and executable. Note that if a bootstrap script is required (e.g. `autogen.sh` when building from git instead of tarball), it can be done using `run_command()` before calling `add_project()` method. +*Since 0.60.0* If the first positional argument is `'waf'`, special treatment +is done for the [waf](https://waf.io/) build system. The waf executable must be +found either in the current directory, or in system `PATH`. + Keyword arguments: - `configure_options`: An array of strings to be passed as arguments to the -- cgit v1.2.3