cache vcpkg buildtrees

This commit is contained in:
Lion Kortlepel
2023-12-05 16:23:02 +01:00
parent 5ed220c58d
commit fa3da4ddf2
3 changed files with 16 additions and 6 deletions

View File

@@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
if (WIN32)
set(VCPKG_TARGET_TRIPLET x64-windows-static)
endif()
include(cmake/Vcpkg.cmake) # needs to happen before project()
project(