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/snippets/waf.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/waf.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/waf.md b/docs/markdown/snippets/waf.md new file mode 100644 index 0000000..87634a0 --- /dev/null +++ b/docs/markdown/snippets/waf.md @@ -0,0 +1,5 @@ +## Waf support in external-project module + +If the first 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`. -- cgit v1.1