From f11325a62ed757f21c41ee54bb640d272da408e2 Mon Sep 17 00:00:00 2001 From: Francesco Date: Wed, 27 May 2026 00:41:50 +0200 Subject: [PATCH] chore: delete meson-vcpkg --- meson-vcpkg.txt | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 meson-vcpkg.txt diff --git a/meson-vcpkg.txt b/meson-vcpkg.txt deleted file mode 100644 index 820489e..0000000 --- a/meson-vcpkg.txt +++ /dev/null @@ -1,28 +0,0 @@ -[constants] -vcpkg_base_path = 'C:/vcpkg/' -vcpkg_base_install_dir = 'C:/vcpkg/installed/' - -vcpkg_target_triplet = 'x64-windows' -vcpkg_host_triplet = 'x64-windows' - -vcpkg_installed_dir = vcpkg_base_install_dir + vcpkg_target_triplet + '/' -vcpkg_host_installed_dir = vcpkg_base_install_dir + vcpkg_host_triplet + '/' -vcpkg_toolchain_file = vcpkg_base_path + 'scripts/toolchains/windows.cmake' - -[properties] -cmake_toolchain_file = vcpkg_base_path + 'scripts/buildsystems/vcpkg.cmake' - -[binaries] -vcpkg = [ vcpkg_base_path + 'vcpkg.exe'] -pkgconfig = [ vcpkg_installed_dir + 'tools/pkgconf/pkgconf.exe'] - -[cmake] -VCPKG_TARGET_TRIPLET = vcpkg_target_triplet -VCPKG_HOST_TRIPLET = vcpkg_host_triplet -VCPKG_CHAINLOAD_TOOLCHAIN_FILE = vcpkg_base_path + 'scripts/toolchains/windows.cmake' -_VCPKG_INSTALLED_DIR = vcpkg_installed_dir -VCPKG_CRT_LINKAGE = 'dynamic' - -[built-in options] -pkg_config_path = [ vcpkg_installed_dir + 'lib/pkgconfig;' + vcpkg_installed_dir + 'share/pkgconfig'] -cmake_prefix_path = [ vcpkg_installed_dir ] \ No newline at end of file