Files
cmake/Tests/CustomCommandWorkingDirectory/working.c.in
T

8 lines
62 B
Plaintext

int customTarget();
int main()
{
return customTarget();
}