CMake/Tests/CustomCommandWorkingDirectory/customTarget.c

5 lines
35 B
C
Raw Normal View History

int customTarget()
{
return 0;
}