Skip to content

Commit

Permalink
CMakePresets for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Sep 24, 2024
1 parent 26d5017 commit 8ac3b5b
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -33,7 +34,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -48,7 +50,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -63,7 +66,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -78,7 +82,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -93,7 +98,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -108,7 +114,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -123,7 +130,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
}
},
{
Expand All @@ -138,7 +146,8 @@
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON",
"YOMM2_ENABLE_EXAMPLES": "ON",
"YOMM2_ENABLE_TESTS": "ON",
"YOMM2_ENABLE_BENCHMARKS": "ON"
"YOMM2_ENABLE_BENCHMARKS": "ON",
"VCPKG_INSTALL_OPTIONS": "--allow-unsupported"
},
"condition": {
"type": "equals",
Expand Down

0 comments on commit 8ac3b5b

Please sign in to comment.