summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-03-04 20:00:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-03-04 20:00:19 (GMT)
commit17b6c98c1929b16ec758231e7a5e3b370c1b7d27 (patch)
treeaf104bbcac7e93c757f4202409c6dde22dce3881 /Tests/ComplexRelativePaths
parent076aafe79ad6272c5de826394ef4d2c872257cbe (diff)
downloadCMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.zip
CMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.tar.gz
CMake-17b6c98c1929b16ec758231e7a5e3b370c1b7d27.tar.bz2
ENH: add support for per file flags
Diffstat (limited to 'Tests/ComplexRelativePaths')
-rw-r--r--Tests/ComplexRelativePaths/Library/fileFlags.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Library/fileFlags.cxx b/Tests/ComplexRelativePaths/Library/fileFlags.cxx
new file mode 100644
index 0000000..c766daa
--- /dev/null
+++ b/Tests/ComplexRelativePaths/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;