summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommandWorkingDirectory/working.c.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-02-10 15:30:20 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-02-10 15:30:20 (GMT)
commitaacd51034afef7918ceae38493b979e4010fa9c1 (patch)
tree2659982cef432294f110b2c2adf738eaf41988ac /Tests/CustomCommandWorkingDirectory/working.c.in
parent6cccf0ab30fe93ee7ea2348c997ed4c404461bee (diff)
downloadCMake-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.in7
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();
+}
+