diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-01 19:41:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-08-01 19:41:47 (GMT) |
commit | 33580312b3f5e076da185383c5ef9a18bbd3afc6 (patch) | |
tree | 70b079c2f55d76c3aaf17cca5a02b05b007a3f87 /Tests/ComplexOneConfig/Executable/complex.file.cxx | |
parent | 8daa162753b7ea03ecf9cd21ac8cc93c41dc0492 (diff) | |
download | CMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.zip CMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.tar.gz CMake-33580312b3f5e076da185383c5ef9a18bbd3afc6.tar.bz2 |
add missing file
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/complex.file.cxx')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/complex.file.cxx | 4 |
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; +} |