|
63 | 63 | "binaryDir": "Result.Windows.x64.MultiConfig", |
64 | 64 | "architecture": "x64", |
65 | 65 | "cacheVariables": { |
| 66 | + "CMAKE_INSTALL_RPATH": "Result.Windows.x64.MultiConfig", |
66 | 67 | "CMAKE_CONFIGURATION_TYPES": "Debug" |
67 | 68 | } |
68 | 69 |
|
|
84 | 85 | "generator": "Xcode", |
85 | 86 | "cacheVariables": { |
86 | 87 | "BUILD_FRAMEWORK": "ON", |
| 88 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Debug", |
| 89 | + "CMAKE_INSTALL_RPATH": "Result.Darwin.x64.Debug", |
87 | 90 | "CMAKE_CONFIGURATION_TYPES": "Debug" |
88 | 91 | } |
89 | 92 | }, |
|
94 | 97 | "binaryDir": "Result.Darwin.x64.Release", |
95 | 98 | "cacheVariables": { |
96 | 99 | "CMAKE_BUILD_TYPE": "Release", |
| 100 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.x64.Release", |
| 101 | + "CMAKE_INSTALL_RPATH": "Result.Darwin.x64.Release", |
97 | 102 | "CMAKE_CONFIGURATION_TYPES": "Release" |
98 | 103 | } |
99 | 104 | }, |
|
102 | 107 | "name": "Darwin_arm64_Debug", |
103 | 108 | "inherits": "Darwin_x64_Debug", |
104 | 109 | "binaryDir": "Result.Darwin.arm64.Debug", |
105 | | - "displayName": "Darwin ARM XCode Debug" |
| 110 | + "displayName": "Darwin ARM XCode Debug", |
| 111 | + "cacheVariables": { |
| 112 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Debug", |
| 113 | + "CMAKE_INSTALL_RPATH": "Result.Darwin.arm64.Debug" |
| 114 | + } |
106 | 115 | }, |
107 | 116 |
|
108 | 117 | { |
109 | 118 | "name": "Darwin_arm64_Release", |
110 | 119 | "inherits": "Darwin_x64_Release", |
111 | 120 | "binaryDir": "Result.Darwin.arm64.Release", |
112 | | - "displayName": "Darwin ARM XCode Release" |
| 121 | + "displayName": "Darwin ARM XCode Release", |
| 122 | + "cacheVariables": { |
| 123 | + "CMAKE_INSTALL_PREFIX": "Result.Darwin.arm64.Debug", |
| 124 | + "CMAKE_INSTALL_RPATH": "Result.Darwin.arm64.Debug" |
| 125 | + } |
113 | 126 | }, |
114 | 127 |
|
115 | 128 | { |
116 | 129 | "name": "Linux_x64_Debug", |
117 | 130 | "inherits": "BaseOptions", |
118 | 131 | "displayName": "Linux Ninja Debug", |
119 | 132 | "binaryDir": "Result.Linux.x64.Debug", |
120 | | - "generator": "Ninja" |
| 133 | + "generator": "Ninja", |
| 134 | + "cacheVariables": { |
| 135 | + "CMAKE_INSTALL_PREFIX": "Result.Linux.x64.Debug", |
| 136 | + "CMAKE_INSTALL_RPATH": "Result.Linux.x64.Debug" |
| 137 | + } |
121 | 138 | }, |
122 | 139 | { |
123 | 140 | "name": "Linux_x64_Release", |
|
126 | 143 | "binaryDir": "Result.Linux.x64.Release", |
127 | 144 | "generator": "Ninja", |
128 | 145 | "cacheVariables": { |
| 146 | + "CMAKE_INSTALL_PREFIX": "Result.Linux.x64.Release", |
| 147 | + "CMAKE_INSTALL_RPATH": "Result.Linux.x64.Release", |
129 | 148 | "CMAKE_BUILD_TYPE": "Release" |
130 | 149 | } |
131 | 150 | } |
|
0 commit comments