diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-08 16:33:40 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-08 16:33:40 (GMT) |
commit | 7a3ed4644baed51c6849ca290885e85b815443cd (patch) | |
tree | 3c12a07c2b91c8c2dc9b298d176d30576ac71236 /Tests/CustomCommandWorkingDirectory/customTarget.c | |
parent | 347c5f4b46396e974ff164b44f23b37eef779138 (diff) | |
download | CMake-7a3ed4644baed51c6849ca290885e85b815443cd.zip CMake-7a3ed4644baed51c6849ca290885e85b815443cd.tar.gz CMake-7a3ed4644baed51c6849ca290885e85b815443cd.tar.bz2 |
ENH: add test for working directory of custom command and target
Diffstat (limited to 'Tests/CustomCommandWorkingDirectory/customTarget.c')
-rw-r--r-- | Tests/CustomCommandWorkingDirectory/customTarget.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CustomCommandWorkingDirectory/customTarget.c b/Tests/CustomCommandWorkingDirectory/customTarget.c new file mode 100644 index 0000000..8dbf0d4 --- /dev/null +++ b/Tests/CustomCommandWorkingDirectory/customTarget.c @@ -0,0 +1,4 @@ +int customTarget() +{ + return 0; +} |