From de9629925d42b053364d238f3b511493e2616c23 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Wed, 31 Jan 2024 22:19:36 +0100 Subject: [PATCH] move vcpkg config file to old/ --- .../overlay_vcpkg/config_vcpkg_old/CMakePresets.json | 0 .../overlay_vcpkg/config_vcpkg_old/vcpkg-configuration.json | 0 .../overlay_vcpkg/config_vcpkg_old/vcpkg.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename CMakePresets.json => hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/CMakePresets.json (100%) rename vcpkg-configuration.json => hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg-configuration.json (100%) rename vcpkg.mv.json => hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg.json (100%) diff --git a/CMakePresets.json b/hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/CMakePresets.json similarity index 100% rename from CMakePresets.json rename to hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/CMakePresets.json diff --git a/vcpkg-configuration.json b/hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg-configuration.json similarity index 100% rename from vcpkg-configuration.json rename to hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg-configuration.json diff --git a/vcpkg.mv.json b/hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg.json similarity index 100% rename from vcpkg.mv.json rename to hello_imgui_cmake/overlay_vcpkg/config_vcpkg_old/vcpkg.json