diff options
author | Brad King <brad.king@kitware.com> | 2007-11-19 19:27:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-11-19 19:27:43 (GMT) |
commit | 88b31bd007fcbd92495d1989108c5e9ecf810d48 (patch) | |
tree | ceabd1e8936c39f42cecfc7365d1e188938a4c21 /Tests/ComplexOneConfig/Executable/complex_nobuild.cxx | |
parent | 37e8c118272dc261a01b776bd7683ed0b869aa7a (diff) | |
download | CMake-88b31bd007fcbd92495d1989108c5e9ecf810d48.zip CMake-88b31bd007fcbd92495d1989108c5e9ecf810d48.tar.gz CMake-88b31bd007fcbd92495d1989108c5e9ecf810d48.tar.bz2 |
ENH: Adding test for using HEADER_FILE_ONLY to avoid building a .cxx file.
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/complex_nobuild.cxx')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex_nobuild.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex_nobuild.cxx b/Tests/ComplexOneConfig/Executable/complex_nobuild.cxx new file mode 100644 index 0000000..6b3c2c1 --- /dev/null +++ b/Tests/ComplexOneConfig/Executable/complex_nobuild.cxx @@ -0,0 +1 @@ +#error "This file should not be compiled." |