summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeDirectories/main.cpp
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2011-06-02 14:28:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2011-06-02 14:28:10 (GMT)
commit7815e90e21049cb06ecbdbe8ed44aa008aa9d6f4 (patch)
treec326e90b7c2563285951f39e0f26909b15e87b14 /Tests/IncludeDirectories/main.cpp
parent5764739f52095d6be5bb8d105335c58974ee40ec (diff)
downloadCMake-7815e90e21049cb06ecbdbe8ed44aa008aa9d6f4.zip
CMake-7815e90e21049cb06ecbdbe8ed44aa008aa9d6f4.tar.gz
CMake-7815e90e21049cb06ecbdbe8ed44aa008aa9d6f4.tar.bz2
Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop.
This fix adds a test for this case for all generators.
Diffstat (limited to 'Tests/IncludeDirectories/main.cpp')
-rw-r--r--Tests/IncludeDirectories/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/IncludeDirectories/main.cpp b/Tests/IncludeDirectories/main.cpp
new file mode 100644
index 0000000..a59d27c
--- /dev/null
+++ b/Tests/IncludeDirectories/main.cpp
@@ -0,0 +1,9 @@
+#include "Flags.h"
+#include "IncDir.h"
+#include "SrcProp.h"
+#include "TarProp.h"
+
+int main(int argc, char** argv)
+{
+ return 0;
+}