mirror of https://github.com/BOINC/boinc.git
7 lines
201 B
CMake
7 lines
201 B
CMake
|
set(VCPKG_BUILD_TYPE release)
|
||
|
set(VCPKG_TARGET_ARCHITECTURE arm)
|
||
|
set(VCPKG_CRT_LINKAGE static)
|
||
|
set(VCPKG_LIBRARY_LINKAGE static)
|
||
|
set(VCPKG_CMAKE_SYSTEM_NAME Android)
|
||
|
set(VCPKG_CMAKE_SYSTEM_VERSION 16)
|