summaryrefslogtreecommitdiffstats
path: root/coin/instructions/qmake_examples/get_examples_source_location.yaml
blob: ca360e8727b38834c486212637c24ceac1653cc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
type: Group
instructions:
  - type: EnvironmentVariable
    variableName: COIN_EXAMPLES_SOURCE_LOCATION
    variableValue: "{{.SourceDir}}\\examples"
    enable_if:
      condition: property
      property: host.os
      equals_value: Windows
  - type: EnvironmentVariable
    variableName: COIN_EXAMPLES_SOURCE_LOCATION
    variableValue: "{{.SourceDir}}/examples"
    disable_if:
      condition: property
      property: host.os
      equals_value: Windows