Commit Graph

4 Commits

Author SHA1 Message Date
cee1b80b93 x86_64 macOS should also use its recommended target when building arm64 builds 2023-11-16 15:43:54 +01:00
d5f588f520 macOS cross compiling fixes
- can't use the x86_64 one as host triplet on arm64 because building Qt
  fails for whatever reason. Because of course it does :D
- vcpkg doesn't always like periods in triplet names so removed those
2023-11-16 14:04:04 +01:00
8b50f64d68 Fetch vcpkg with FetchContent if we don't have it 2023-11-16 13:26:40 +01:00
aee09fe3ce Integrate support for building with dependencies from vcpkg
Configure the build using -DUSE_VCPKG=ON to use vcpkg. By default
recommended triplets targeting the OS versions official builds support
are used. You can opt out of this with -DUSE_RECOMMENDED_TRIPLETS=OFF.
2023-11-16 12:57:42 +01:00