We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088f2a2 commit 406e70aCopy full SHA for 406e70a
CMakePresets.json
@@ -9,7 +9,8 @@
9
"generator": "Ninja",
10
"binaryDir": "$env{BUILD_DIR}/${sourceDirName}/default",
11
"cacheVariables": {
12
- "CMAKE_INSTALL_PREFIX": {"type": "PATH", "value": "$env{BUILD_DIR}/install-prefix"}
+ "CMAKE_INSTALL_PREFIX": {"type": "PATH", "value": "$env{BUILD_DIR}/install-prefix"},
13
+ "GO_DEVELOPMENT_PATH": {"type": "PATH", "value": "$env{BUILD_DIR}/go-path"}
14
},
15
"environment": {"TEST_FILE_PATH": "${sourceDir}/testfiles"}
16
0 commit comments