Files
UnrealEngine/Engine/Source/ThirdParty/CMake/PlatformScripts/Android/Android-x64.cmake
2025-05-18 13:04:45 +08:00

8 lines
253 B
CMake

# Copyright Epic Games, Inc. All Rights Reserved.
set(CMAKE_ANDROID_ARCH_ABI x86_64)
# Required for PlatformScripts/Android/Android to be found.
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../..")
include(PlatformScripts/Android/Android)