diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-09-13 14:40:38 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-09-13 14:40:38 (GMT) |
commit | fd26d148d8b71871bc5abe2f4e48b56d142d6be0 (patch) | |
tree | 3eeb7dd3ed158b669f0676efc3dea857585711b8 /Tests/OutOfSource/testdp.h.in | |
parent | 2a45d5cd684c835f6e97c28ef997ef5824f4827d (diff) | |
download | CMake-fd26d148d8b71871bc5abe2f4e48b56d142d6be0.zip CMake-fd26d148d8b71871bc5abe2f4e48b56d142d6be0.tar.gz CMake-fd26d148d8b71871bc5abe2f4e48b56d142d6be0.tar.bz2 |
ENH: test get directory properties ability to get props from subdirs
Diffstat (limited to 'Tests/OutOfSource/testdp.h.in')
-rw-r--r-- | Tests/OutOfSource/testdp.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/OutOfSource/testdp.h.in b/Tests/OutOfSource/testdp.h.in new file mode 100644 index 0000000..2ca99d5 --- /dev/null +++ b/Tests/OutOfSource/testdp.h.in @@ -0,0 +1 @@ +char *animal = "${ANIMAL}"; |