Skip to content

Commit

Permalink
added visual studio 2022 cmake preset
Browse files Browse the repository at this point in the history
  • Loading branch information
rajan-chari committed Oct 22, 2023
1 parent 4734d3f commit bd5dabd
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,53 @@
"value": "wasm32-emscripten"
}
}
},
{
"name": "vs2022-vcpkg-no-sys-deps",
"generator": "Visual Studio 17 2022",
"binaryDir": "${sourceDir}/build",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": {
"type": "FILEPATH",
"value": "${sourceDir}/ext_libs/vcpkg/scripts/buildsystems/vcpkg.cmake"
},
"BUILD_TESTING": {
"type": "BOOL",
"value": "ON"
},
"RAPIDJSON_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"FMT_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"SPDLOG_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"VW_BOOST_MATH_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"VW_ZLIB_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"VW_GTEST_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"VW_EIGEN_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
},
"VW_STRING_VIEW_LITE_SYS_DEP": {
"type": "BOOL",
"value": "OFF"
}
}
}
],
"buildPresets": [
Expand Down

0 comments on commit bd5dabd

Please sign in to comment.