From d793af84d1b86d37e83aa4518b31f001ea384bf4 Mon Sep 17 00:00:00 2001 From: Simon Schmeisser Date: Wed, 5 May 2021 08:39:17 +0200 Subject: [PATCH] document cmake support in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8c35d4..2297720 100644 --- a/README.md +++ b/README.md @@ -159,13 +159,13 @@ All available directives for spectacle are listed as the following: * Macros2: **list** of **string** * Configure: **string**, valid values: **autogen**, **configure**, - **reconfigure**, **none** + **reconfigure**, **cmake**, **none** **If not specified, the default value "configure" will be used** * ConfigOptions: **list**, extra options for ``Configure`` * Builder: **string**, valid values: **make**, **single-make**, - **python**, **perl**, **qmake**, **none** + **python**, **python3**, **perl**, **qmake**, **qmake5**, **qtc**, **qtc5**, **cmake**, **none** **If not specified, the deault value "make" will be used. If do not want a automatic builder, please use "none".**