Files
UnrealEngine/Engine/Source/ThirdParty/CMake/PlatformScripts/Unix/Unix-x86_64-unknown-linux-gnu.cmake
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
356 B
CMake

# Copyright Epic Games, Inc. All Rights Reserved.
set(CMAKE_SYSTEM_PROCESSOR x86_64)
set(CMAKE_C_COMPILER_TARGET x86_64-unknown-linux-gnu)
set(CMAKE_CXX_COMPILER_TARGET x86_64-unknown-linux-gnu)
# Required for PlatformScripts/Unix/Unix to be found.
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../..")
include(PlatformScripts/Unix/Unix)