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 42deb746 authored by gama's avatar gama
Browse files

Merge branch 'master' into imgui

parents bd17cb92 8bc27604
No related branches found
No related tags found
No related merge requests found
Pipeline #61774 failed
......@@ -27,6 +27,13 @@
"strategy": "external"
}
},
{
"name": "universal",
"hidden": true,
"cacheVariables": {
"CMAKE_OSX_ARCHITECTURES": "x86_64;arm64"
}
},
{
"name": "cl-flags",
"hidden": true,
......@@ -166,8 +173,8 @@
}
},
{
"name": "x64-macos-debug",
"inherits": [ "x64", "macos-clang" ],
"name": "universal-macos-debug",
"inherits": [ "universal", "macos-clang" ],
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug"
}
......@@ -213,8 +220,8 @@
"configurePreset": "x64-windows-release"
},
{
"name": "x64-macos-debug",
"configurePreset": "x64-macos-debug"
"name": "universal-macos-debug",
"configurePreset": "universal-macos-debug"
},
{
"name": "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