mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-16 19:52:27 +00:00
Merge branch 'new-cmake-presets-colors' into 'master'
Enable compiler color output for CMake presets See merge request KartKrew/Kart!1697
This commit is contained in:
commit
4d6c982b33
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@
|
|||
{
|
||||
"name": "__ninja",
|
||||
"hidden": true,
|
||||
"generator": "Ninja"
|
||||
"generator": "Ninja",
|
||||
"cacheVariables": {
|
||||
"CMAKE_COLOR_DIAGNOSTICS": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "__vcpkg-toolchain",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue