diff options
author | Brad King <brad.king@kitware.com> | 2006-06-01 17:01:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-06-01 17:01:31 (GMT) |
commit | 09f2be12b803ca3d6955b89e90f816928154aa1b (patch) | |
tree | 4ad0ad3d08e0a9a7bf78a8552c315b76a76ebecc /Tests/CustomCommand/config.h.in | |
parent | 4189370497f4f00c7a7d3ec6ba221879bfc8b58c (diff) | |
download | CMake-09f2be12b803ca3d6955b89e90f816928154aa1b.zip CMake-09f2be12b803ca3d6955b89e90f816928154aa1b.tar.gz CMake-09f2be12b803ca3d6955b89e90f816928154aa1b.tar.bz2 |
ENH: Added test for generation of files listed explicitly as sources but not used during the build of a target.
Diffstat (limited to 'Tests/CustomCommand/config.h.in')
-rw-r--r-- | Tests/CustomCommand/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/config.h.in b/Tests/CustomCommand/config.h.in new file mode 100644 index 0000000..86c97bd --- /dev/null +++ b/Tests/CustomCommand/config.h.in @@ -0,0 +1 @@ +#define PROJECT_BINARY_DIR "@PROJECT_BINARY_DIR@" |