You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
8 lines
256 B
CMake
8 lines
256 B
CMake
|
|
# Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
set(CMAKE_ANDROID_ARCH_ABI arm64-v8a)
|
||
|
|
|
||
|
|
# Required for PlatformScripts/Android/Android to be found.
|
||
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../..")
|
||
|
|
include(PlatformScripts/Android/Android)
|