mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
0899dacbfa
- zlib, vorbis, ogg, opus - build static libraries with 10.9 deployment target (this is the lowest I can use on my 10.15 dev machine) - build x86_64 only (I don't have an arm64 machine to test)
8 lines
No EOL
211 B
CMake
8 lines
No EOL
211 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x64)
|
|
set(VCPKG_CRT_LINKAGE dynamic)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
|
|
set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
|
|
set(VCPKG_OSX_ARCHITECTURES x86_64)
|
|
|
|
set(VCPKG_OSX_DEPLOYMENT_TARGET 10.9) |