|
45 | 45 | "YAML_CPP_FORMAT_SOURCE": "OFF", |
46 | 46 | "YAML_BUILD_SHARED_LIBS": "OFF", |
47 | 47 |
|
48 | | - "USE_MASM": "OFF", |
49 | 48 | "USE_GAS": "OFF", |
50 | 49 |
|
51 | 50 | "SPIRV_SKIP_EXECUTABLES": "ON", |
|
65 | 64 | "binaryDir": "Result.Windows.x64.MultiConfig", |
66 | 65 | "architecture": "x64", |
67 | 66 | "cacheVariables": { |
68 | | - "CMAKE_CONFIGURATION_TYPES": "Debug" |
| 67 | + "CMAKE_CONFIGURATION_TYPES": "Debug", |
| 68 | + "CMAKE_INSTALL_PREFIX": "Result.Windows.x64.MultiConfig" |
69 | 69 | } |
70 | 70 |
|
71 | 71 | }, |
|
86 | 86 | "generator": "Xcode", |
87 | 87 | "cacheVariables": { |
88 | 88 | "BUILD_FRAMEWORK": "ON", |
| 89 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Debug", |
89 | 90 | "CMAKE_CONFIGURATION_TYPES": "Debug" |
90 | 91 | } |
91 | 92 | }, |
|
96 | 97 | "binaryDir": "Result.Darwin.x64.Release", |
97 | 98 | "cacheVariables": { |
98 | 99 | "CMAKE_BUILD_TYPE": "Release", |
| 100 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Release", |
99 | 101 | "CMAKE_CONFIGURATION_TYPES": "Release" |
100 | 102 | } |
101 | 103 | }, |
|
104 | 106 | "name": "Darwin_arm64_Debug", |
105 | 107 | "inherits": "Darwin_x64_Debug", |
106 | 108 | "binaryDir": "Result.Darwin.arm64.Debug", |
107 | | - "displayName": "Darwin ARM XCode Debug" |
| 109 | + "displayName": "Darwin ARM XCode Debug", |
| 110 | + "cacheVariables": { |
| 111 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Debug" |
| 112 | + } |
108 | 113 | }, |
109 | 114 |
|
110 | 115 | { |
111 | 116 | "name": "Darwin_arm64_Release", |
112 | 117 | "inherits": "Darwin_x64_Release", |
113 | 118 | "binaryDir": "Result.Darwin.arm64.Release", |
114 | | - "displayName": "Darwin ARM XCode Release" |
| 119 | + "displayName": "Darwin ARM XCode Release", |
| 120 | + "cacheVariables": { |
| 121 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Release" |
| 122 | + } |
115 | 123 | }, |
116 | 124 |
|
117 | 125 | { |
|
0 commit comments