CMake/Tests/CustomCommandWorkingDirectory/customTarget.c

5 lines
35 B
C

int customTarget()
{
return 0;
}