fix preset names for Selection Views
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "3ds-debug",
|
"name": "3ds-debug",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Nintendo 3DS",
|
"displayName": "Nintendo 3DS Debug",
|
||||||
"binaryDir": "${sourceDir}/build/3ds-debug",
|
"binaryDir": "${sourceDir}/build/3ds-debug",
|
||||||
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
|
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
{
|
{
|
||||||
"name": "3ds-release",
|
"name": "3ds-release",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Nintendo 3DS",
|
"displayName": "Nintendo 3DS Release",
|
||||||
"binaryDir": "${sourceDir}/build/3ds-release",
|
"binaryDir": "${sourceDir}/build/3ds-release",
|
||||||
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
|
"toolchainFile": "/opt/devkitPro/cmake/3DS.cmake",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "default-debug",
|
"name": "default-debug",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Default",
|
"displayName": "Default Debug",
|
||||||
"binaryDir": "${sourceDir}/build/default-debug",
|
"binaryDir": "${sourceDir}/build/default-debug",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Debug"
|
"CMAKE_BUILD_TYPE": "Debug"
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
{
|
{
|
||||||
"name": "default-release",
|
"name": "default-release",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Default",
|
"displayName": "Default Release",
|
||||||
"binaryDir": "${sourceDir}/build/default-release",
|
"binaryDir": "${sourceDir}/build/default-release",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
"CMAKE_BUILD_TYPE": "Release"
|
"CMAKE_BUILD_TYPE": "Release"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"name": "switch-debug",
|
"name": "switch-debug",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Nintendo Switch",
|
"displayName": "Nintendo Switch Debug",
|
||||||
"binaryDir": "${sourceDir}/build/switch-debug",
|
"binaryDir": "${sourceDir}/build/switch-debug",
|
||||||
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
{
|
{
|
||||||
"name": "switch-release",
|
"name": "switch-release",
|
||||||
"generator": "Ninja",
|
"generator": "Ninja",
|
||||||
"displayName": "Nintendo Switch",
|
"displayName": "Nintendo Switch Release",
|
||||||
"binaryDir": "${sourceDir}/build/switch-release",
|
"binaryDir": "${sourceDir}/build/switch-release",
|
||||||
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
"toolchainFile": "/opt/devkitPro/cmake/Switch.cmake",
|
||||||
"cacheVariables": {
|
"cacheVariables": {
|
||||||
|
|||||||
Reference in New Issue
Block a user