diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-22 21:05:25 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-10-22 21:05:25 (GMT) |
commit | 5c26f29ed78016ea8402c97634738e130e553689 (patch) | |
tree | 5a1bb23a5700dfb802fee627b214b4927a72ebaa /Tests/ComplexOneConfig | |
parent | 040f7768859ae974d10ef24670768fce574bb2e4 (diff) | |
download | CMake-5c26f29ed78016ea8402c97634738e130e553689.zip CMake-5c26f29ed78016ea8402c97634738e130e553689.tar.gz CMake-5c26f29ed78016ea8402c97634738e130e553689.tar.bz2 |
ENH: add missing file
Diffstat (limited to 'Tests/ComplexOneConfig')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/A.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/A.cxx b/Tests/ComplexOneConfig/Executable/A.cxx new file mode 100644 index 0000000..7f98319 --- /dev/null +++ b/Tests/ComplexOneConfig/Executable/A.cxx @@ -0,0 +1,4 @@ +int main() +{ + return 10; +} |