summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexOneConfig
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-08-01 19:41:47 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-08-01 19:41:47 (GMT)
commit33580312b3f5e076da185383c5ef9a18bbd3afc6 (patch)
tree70b079c2f55d76c3aaf17cca5a02b05b007a3f87 /Tests/ComplexOneConfig
parent8daa162753b7ea03ecf9cd21ac8cc93c41dc0492 (diff)
downloadCMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.zip
CMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.tar.gz
CMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.tar.bz2
add missing file
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r--Tests/ComplexOneConfig/Executable/complex.file.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/complex.file.cxx b/Tests/ComplexOneConfig/Executable/complex.file.cxx
new file mode 100644
index 0000000..34d02ea
--- /dev/null
+++ b/Tests/ComplexOneConfig/Executable/complex.file.cxx
@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+ return 0;
+}