mirror of https://github.com/BOINC/boinc.git
6 lines
161 B
CMake
6 lines
161 B
CMake
|
set(VCPKG_TARGET_ARCHITECTURE arm64)
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
set(VCPKG_CXX_FLAGS /Qspectre)
|
||
|
set(VCPKG_C_FLAGS /Qspectre)
|