CMake/Tests/TryCompile/testdef.c

8 lines
90 B
C

#ifndef TESTDEF
#error "TESTDEF should be defined!"
#endif
int main(void)
{
return 0;
}