CMake/Tests/RunCMake/CMP0060/main.c

6 lines
71 B
C

extern int libCMP0060(void);
int main(void)
{
return libCMP0060();
}