https://github.com/Kitware/CMake
Revision bad16ab075097f09c5cf98a421cb1b08eec70cb3 authored by KWSys Robot on 07 April 2012, 04:01:03 UTC, committed by KWSys Robot on 07 April 2012, 04:05:06 UTC
1 parent 15f238f
Raw File
Tip revision: bad16ab075097f09c5cf98a421cb1b08eec70cb3 authored by KWSys Robot on 07 April 2012, 04:01:03 UTC
KWSys Nightly Date Stamp
Tip revision: bad16ab
foo.c
#ifndef FOO_1
# error "foo1.h not included by /FI"
#endif
#ifndef FOO_2
# error "foo2.h not included by /FI"
#endif
int main(void) { return 0; }
back to top