summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/foo.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-08-17 15:48:05 (GMT)
committerBrad King <brad.king@kitware.com>2005-08-17 15:48:05 (GMT)
commit1774d306ee701be0e3257d3126fc437380edece4 (patch)
treec2d06fe8844a80d4854f103bfe3715367ee74ebd /Tests/CustomCommand/foo.h.in
parentf4920b83695726993acb8fdddf2d07bdef0655af (diff)
downloadCMake-1774d306ee701be0e3257d3126fc437380edece4.zip
CMake-1774d306ee701be0e3257d3126fc437380edece4.tar.gz
CMake-1774d306ee701be0e3257d3126fc437380edece4.tar.bz2
ENH: Adding test for auto-object-depends feature. It has been tested with the Makefile generator. Hopefully this will work for the Visual Studio and XCode generators.
Diffstat (limited to 'Tests/CustomCommand/foo.h.in')
-rw-r--r--Tests/CustomCommand/foo.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/foo.h.in b/Tests/CustomCommand/foo.h.in
new file mode 100644
index 0000000..d6a4a56
--- /dev/null
+++ b/Tests/CustomCommand/foo.h.in
@@ -0,0 +1 @@
+// Empty header file just used to test header generation.