diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-10 15:30:20 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-10 15:30:20 (GMT) |
commit | aacd51034afef7918ceae38493b979e4010fa9c1 (patch) | |
tree | 2659982cef432294f110b2c2adf738eaf41988ac /Tests/CustomCommandWorkingDirectory/working.c.in | |
parent | 6cccf0ab30fe93ee7ea2348c997ed4c404461bee (diff) | |
download | CMake-aacd51034afef7918ceae38493b979e4010fa9c1.zip CMake-aacd51034afef7918ceae38493b979e4010fa9c1.tar.gz CMake-aacd51034afef7918ceae38493b979e4010fa9c1.tar.bz2 |
ENH: fix test to work with in source build
Diffstat (limited to 'Tests/CustomCommandWorkingDirectory/working.c.in')
-rw-r--r-- | Tests/CustomCommandWorkingDirectory/working.c.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CustomCommandWorkingDirectory/working.c.in b/Tests/CustomCommandWorkingDirectory/working.c.in new file mode 100644 index 0000000..cf75bd1 --- /dev/null +++ b/Tests/CustomCommandWorkingDirectory/working.c.in @@ -0,0 +1,7 @@ +int customTarget(); + +int main() +{ + return customTarget(); +} + |