Update cmakepreset.json to add clang and ninja based configs

This commit is contained in:
Srihari-mcw 2024-11-26 07:35:14 -08:00
parent 9d87c69649
commit c702b45849

View file

@ -87,6 +87,11 @@
{ "name": "x64-windows-msvc-release", "inherits": [ "base", "reldbg" ] },
{ "name": "x64-windows-msvc+static-release", "inherits": [ "base", "reldbg", "static" ] },
{ "name": "x64-windows-ninja-debug" , "inherits": [ "clang-ninja", "debug" ] },
{ "name": "x64-windows-ninja-reldbg", "inherits": [ "clang-ninja", "reldbg" ] },
{ "name": "x64-windows-ninja-release", "inherits": [ "clang-ninja", "release" ] },
{ "name": "x64-windows-ninja+static-release", "inherits": [ "clang-ninja", "reldbg", "static" ] },
{ "name": "x64-windows-sycl-debug", "inherits": [ "sycl-base", "debug" ] },
{ "name": "x64-windows-sycl-debug-f16", "inherits": [ "sycl-base", "debug", "sycl_f16" ] },
{ "name": "x64-windows-sycl-release", "inherits": [ "sycl-base", "release" ] },