diff --git a/cmake-variants.yaml b/cmake-variants.yaml new file mode 100644 index 000000000..9c6b71c3c --- /dev/null +++ b/cmake-variants.yaml @@ -0,0 +1,15 @@ +buildType: + default: debug + choices: + debug: + short: Debug + long: Emit debug information + buildType: Debug + profile: + short: Profiler + long: Add extra code to use profilers + buildType: Profile + release: + short: Release + long: Optimize generated code + buildType: Release