summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_build_standalone_examples_host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_build_standalone_examples_host.yaml')
-rw-r--r--coin/instructions/cmake_build_standalone_examples_host.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/coin/instructions/cmake_build_standalone_examples_host.yaml b/coin/instructions/cmake_build_standalone_examples_host.yaml
new file mode 100644
index 0000000000..47f5ea05d3
--- /dev/null
+++ b/coin/instructions/cmake_build_standalone_examples_host.yaml
@@ -0,0 +1,16 @@
+type: Group
+instructions:
+ - type: EnvironmentVariable
+ variableName: EXAMPLES_ENV_PREFIX
+ variableValue: "{{.Env.ENV_PREFIX}}"
+ - type: EnvironmentVariable
+ variableName: INSTALL_DIR_FOR_EXAMPLES
+ variableValue: "{{.InstallDir}}"
+ - type: EnvironmentVariable
+ variableName: COIN_CMAKE_ARGS
+ variableValue: "{{.Env.COMMON_EXAMPLES_CMAKE_ARGS}}"
+ - !include "{{qt/qtbase}}/cmake_build_standalone_examples.yaml"
+enable_if:
+ condition: property
+ property: features
+ contains_value: StandaloneExamples