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 35dbb22 commit 517e39fCopy full SHA for 517e39f
1 file changed
CMakePresets.json
@@ -115,6 +115,18 @@
115
"description": "Target Windows (64-bit) with the Visual Studio development environment. (RelWithDebInfo)",
116
"inherits": "x64-debug",
117
"cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }
118
+ },
119
+ {
120
+ "name": "x64-windows-vcpkg",
121
+ "displayName": "Install only",
122
+ "description": "Target Windows x64 Release without any build targets",
123
+ "inherits": "x64-release",
124
+ "cacheVariables": {
125
+ "CMAKE_BUILD_TYPE": "Release",
126
+ "TP_BUILD_TESTS": "OFF",
127
+ "TP_BUILD_EXAMPLES": "OFFF",
128
+ "TP_BUILD_BENCHMARKS":"OFF"
129
+ }
130
}
131
]
132
0 commit comments