mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:49:26 +08:00
7 lines
247 B
CMake
7 lines
247 B
CMake
set(VCPKG_TARGET_ARCHITECTURE x86)
|
|
set(VCPKG_CRT_LINKAGE static)
|
|
set(VCPKG_LIBRARY_LINKAGE static)
|
|
set(VCPKG_CMAKE_SYSTEM_NAME Android)
|
|
set(VCPKG_MAKE_BUILD_TRIPLET "--host=i686-linux-android")
|
|
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DANDROID_ABI=x86)
|