mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-08 22:07:10 +00:00
trying to enable clang for windows msvc
This commit is contained in:
parent
ec4ec2133b
commit
8b9a0768a2
@ -78,6 +78,19 @@
|
|||||||
"value": "x64"
|
"value": "x64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "windows-msvc-clang",
|
||||||
|
"inherits": [
|
||||||
|
"windows-msvc",
|
||||||
|
"clang-config"
|
||||||
|
],
|
||||||
|
"displayName": "EXPERIMENTAL - [Multi] Windows (MSVC - Clang)",
|
||||||
|
"description": "Create a build using the Clang toolchain for MSVC",
|
||||||
|
"binaryDir": "${sourceDir}/build/msvc-clang",
|
||||||
|
"environment": {
|
||||||
|
"CMAKE_GENERATOR_TOOLSET": "ClangCL"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "linux-config",
|
"name": "linux-config",
|
||||||
"inherits": "default",
|
"inherits": "default",
|
||||||
@ -199,6 +212,30 @@
|
|||||||
"description": "This preset is used to build in release mode using the MSVC toolchain on Windows",
|
"description": "This preset is used to build in release mode using the MSVC toolchain on Windows",
|
||||||
"configuration": "Release"
|
"configuration": "Release"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "windows-msvc-clang-debug",
|
||||||
|
"inherits": "default",
|
||||||
|
"configurePreset": "windows-msvc-clang",
|
||||||
|
"displayName": "EXPERIMENTAL - [Debug] Windows (MSVC - Clang)",
|
||||||
|
"description": "This preset is used to build in debug mode using the Clang toolchain on Windows MSVC",
|
||||||
|
"configuration": "Debug"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "windows-msvc-clang-relwithdebinfo",
|
||||||
|
"inherits": "default",
|
||||||
|
"configurePreset": "windows-msvc-clang",
|
||||||
|
"displayName": "EXPERIMENTAL - [RelWithDebInfo] Windows (MSVC - Clang)",
|
||||||
|
"description": "This preset is used to build in debug mode using the Clang toolchain on Windows MSVC",
|
||||||
|
"configuration": "RelWithDebInfo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "windows-msvc-clang-release",
|
||||||
|
"inherits": "default",
|
||||||
|
"configurePreset": "windows-msvc-clang",
|
||||||
|
"displayName": "EXPERIMENTAL - [Release] Windows (MSVC - Clang)",
|
||||||
|
"description": "This preset is used to build in release mode using the Clang toolchain on Windows MSVC",
|
||||||
|
"configuration": "Release"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "linux-clang-debug",
|
"name": "linux-clang-debug",
|
||||||
"inherits": "default",
|
"inherits": "default",
|
||||||
|
Loading…
Reference in New Issue
Block a user