tinyxml from package manager (#4073)

This commit is contained in:
briaguya 2024-04-30 01:19:02 -04:00 committed by GitHub
commit 4ecb76b117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 34 additions and 5325 deletions

View file

@ -20,7 +20,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
set(VCPKG_TARGET_TRIPLET x64-windows-static)
vcpkg_bootstrap()
vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 sdl2-net glew glfw3 nlohmann-json)
vcpkg_install_packages(zlib bzip2 libzip libpng sdl2 sdl2-net glew glfw3 nlohmann-json tinyxml2)
if (CMAKE_C_COMPILER_LAUNCHER MATCHES "ccache|sccache")
set(CMAKE_MSVC_DEBUG_INFORMATION_FORMAT Embedded)