mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
b29eadd8f3
The /FI flag may be repeated so the flag table entry needs to be marked with SemicolonAppendable. This was already the case for VS 10.
8 lines
145 B
C
8 lines
145 B
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; }
|