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.
5 lines
39 B
C++
5 lines
39 B
C++
int main(int, char **)
|
|
{
|
|
return 0;
|
|
}
|