CMake/Tests/CustomCommandByproducts/External/ExternalLibrary.c

5 lines
42 B
C

int ExternalLibrary(void)
{
return 0;
}