CMake: Add generator fields back to the presets

This commit is contained in:
David Hrdlička
2022-07-12 13:51:16 +02:00
parent ec6f6f4f9e
commit 0b9b1132ae

View File

@@ -11,7 +11,8 @@
"CMAKE_BUILD_TYPE": "Release",
"DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
}
},
"generator": "Ninja"
},
{
"name": "optimized",
@@ -19,7 +20,8 @@
"CMAKE_BUILD_TYPE": "Optimized",
"DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
}
},
"generator": "Ninja"
},
{
"name": "debug",
@@ -27,7 +29,8 @@
"CMAKE_BUILD_TYPE": "Debug",
"DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
}
},
"generator": "Ninja"
},
{
"name": "experimental",
@@ -35,7 +38,8 @@
"CMAKE_BUILD_TYPE": "Debug",
"DEV_BRANCH": "ON",
"NEW_DYNAREC": "ON"
}
},
"generator": "Ninja"
}
]
}