6 lines
205 B
CMake
6 lines
205 B
CMake
# Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
# Required for PlatformScripts/Unix/Unix to be found.
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../..")
|
|
include(PlatformScripts/Unix/Unix)
|