diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2011-06-02 14:28:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2011-06-02 14:28:10 (GMT) |
commit | 7815e90e21049cb06ecbdbe8ed44aa008aa9d6f4 (patch) | |
tree | c326e90b7c2563285951f39e0f26909b15e87b14 /Tests/IncludeDirectories/main.cpp | |
parent | 5764739f52095d6be5bb8d105335c58974ee40ec (diff) | |
download | CMake-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.cpp | 9 |
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; +} |