CMake/Tests/TryCompile/testdef.c

5 lines
89 B
C

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