cmake/Tests/CustomCommandByproducts/External/ExternalLibrary.c

5 lines
42 B

int ExternalLibrary(void)
{
return 0;
}