diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-04 20:00:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-03-04 20:00:19 (GMT) |
commit | 17b6c98c1929b16ec758231e7a5e3b370c1b7d27 (patch) | |
tree | af104bbcac7e93c757f4202409c6dde22dce3881 /Tests/Complex/Library | |
parent | 076aafe79ad6272c5de826394ef4d2c872257cbe (diff) | |
download | CMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.zip CMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.tar.gz CMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.tar.bz2 |
ENH: add support for per file flags
Diffstat (limited to 'Tests/Complex/Library')
-rw-r--r-- | Tests/Complex/Library/fileFlags.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Library/fileFlags.cxx b/Tests/Complex/Library/fileFlags.cxx new file mode 100644 index 0000000..c766daa --- /dev/null +++ b/Tests/Complex/Library/fileFlags.cxx @@ -0,0 +1,4 @@ +#ifndef EXTRA_FLAG +syntax error EXTRA_FLAG should be defined on the command line for this file +#endif +int ALLOK; |