Update cmakepreset.json to add clang and ninja based configs
This commit is contained in:
parent
9d87c69649
commit
c702b45849
1 changed files with 5 additions and 0 deletions
|
@ -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" ] },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue