summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/gil/example/cmake/cmake-variants.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/gil/example/cmake/cmake-variants.yaml')
-rw-r--r--src/boost/libs/gil/example/cmake/cmake-variants.yaml67
1 files changed, 67 insertions, 0 deletions
diff --git a/src/boost/libs/gil/example/cmake/cmake-variants.yaml b/src/boost/libs/gil/example/cmake/cmake-variants.yaml
new file mode 100644
index 000000000..c0638accc
--- /dev/null
+++ b/src/boost/libs/gil/example/cmake/cmake-variants.yaml
@@ -0,0 +1,67 @@
+buildType:
+ default: debug
+ choices:
+ debug:
+ short: Debug
+ long: Emit debug information
+ buildType: Debug
+ release:
+ short: Release
+ long: Optimize generated code
+ buildType: RelWithDebInfo
+
+io:
+ default: 'no'
+ choices:
+ 'no':
+ short: No IO
+ long: Disable IO extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_IO: no
+ 'yes':
+ short: IO
+ long: Enable IO extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_IO: yes
+
+numeric:
+ default: 'no'
+ choices:
+ 'no':
+ short: No Numeric
+ long: Disable Numeric extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_NUMERIC: no
+ 'yes':
+ short: Numeric
+ long: Enable Numeric extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_NUMERIC: yes
+
+toolbox:
+ default: 'no'
+ choices:
+ 'no':
+ short: No Toolbox
+ long: Disable Toolbox extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_TOOLBOX: no
+ 'yes':
+ short: Toolbox
+ long: Enable Toolbox extension
+ settings:
+ BOOST_GIL_ENABLE_EXT_TOOLBOX: yes
+
+headers:
+ default: 'no'
+ choices:
+ 'no':
+ short: No Header Tests
+ long: Disable header tests extension
+ settings:
+ BOOST_GIL_BUILD_HEADER_TESTS: no
+ 'yes':
+ short: Header Tests
+ long: Enable header tests extension
+ settings:
+ BOOST_GIL_BUILD_HEADER_TESTS: yes