Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e7390469 authored by gama's avatar gama
Browse files

[BUILD] Add functional mac OS presets

parent dc32823c
No related branches found
No related tags found
No related merge requests found
Pipeline #53942 failed
{
{
"version": 3,
"configurePresets": [
{
......@@ -113,11 +113,6 @@
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Darwin"
},
"vendor": {
"microsoft.com/VisualStudioRemoteSettings/CMake/1.0": {
"sourceDir": "$env{HOME}/.vs/$ms{projectDirName}"
}
}
},
{
......@@ -140,6 +135,11 @@
"hidden": true,
"inherits": [ "linux", "clang" ]
},
{
"name": "macos-clang",
"hidden": true,
"inherits": [ "macos", "clang" ]
},
{
"name": "x64-windows-debug",
"inherits": [ "x64", "windows-cl" ],
......@@ -162,6 +162,13 @@
"CMAKE_BUILD_TYPE": "RelWithDebInfo"
}
},
{
"name": "x64-macos-debug",
"inherits": [ "x64", "macos-clang" ],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
"name": "x64-linux-debug",
"inherits": [ "x64", "linux-clang" ],
......@@ -202,6 +209,10 @@
"name": "x64-windows-release",
"configurePreset": "x64-windows-release"
},
{
"name": "x64-macos-debug",
"configurePreset": "x64-macos-debug"
},
{
"name": "x64-linux-debug",
"configurePreset": "x64-linux-debug"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment