Teach the `add_custom_command` and `add_custom_target' commands to substitute argv0 with the crosscompiling emulator if it is a target with the `CROSSCOMPILING_EMULATOR` property set.
5 lines
39 B
C++
5 lines
39 B
C++
int main(int, char **)
|
|
{
|
|
return 0;
|
|
}
|