579c4bec6e
Add CROSSCOMPILING_EMULATOR target property for executables. This is used by subsequent patches to run exectuables created for the target system when crosscompiling. The property is initialized by the CMAKE_CROSSCOMPILING_EMULATOR variable when defined.
4 lines
98 B
CMake
4 lines
98 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(${RunCMake_TEST} CXX)
|
|
include(${RunCMake_TEST}.cmake)
|