mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Add vcpkg manifest with build dependencies
Also bump minimum CMake release
This commit is contained in:
parent
d2a4ccbc16
commit
d2e7d4a5ad
10 changed files with 153 additions and 44 deletions
8
vcpkg/triplets/arm64-osx-dynamic.cmake
Normal file
8
vcpkg/triplets/arm64-osx-dynamic.cmake
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||||
set(VCPKG_CRT_LINKAGE dynamic)
|
||||
set(VCPKG_LIBRARY_LINKAGE dynamic)
|
||||
|
||||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
||||
set(VCPKG_OSX_ARCHITECTURES arm64)
|
||||
|
||||
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0)
|
Loading…
Add table
Add a link
Reference in a new issue