From c9ac61935e320d51e20b04ce4072e83625395d06 Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 13 Dec 2025 23:34:15 +0300 Subject: [PATCH] updated preset file --- CMakePresets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakePresets.json b/CMakePresets.json index d9f232d..5b8b205 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -38,7 +38,7 @@ }, { "name": "windows-debug-vcpkg", - "displayName": "Debug", + "displayName": "Windows Debug Vcpkg", "inherits": "windows-base-vcpkg", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" @@ -46,7 +46,7 @@ }, { "name": "windows-release-vcpkg", - "displayName": "Release", + "displayName": "Windows Release Vcpkg", "inherits": "windows-base-vcpkg", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release", @@ -157,7 +157,7 @@ }, { "name": "darwin-debug-vcpkg", - "displayName": "Darwin Debug", + "displayName": "Darwin Debug Vcpkg", "inherits": "darwin-base-vcpkg", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" @@ -173,7 +173,7 @@ }, { "name": "darwin-release-vcpkg", - "displayName": "Darwin Release", + "displayName": "Darwin Release Vcpkg", "inherits": "darwin-base-vcpkg", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release"