mirror of https://github.com/BOINC/boinc.git
6 lines
159 B
CMake
6 lines
159 B
CMake
![]() |
set(VCPKG_TARGET_ARCHITECTURE x64)
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
set(VCPKG_CXX_FLAGS /Qspectre)
|
||
|
set(VCPKG_C_FLAGS /Qspectre)
|