summaryrefslogtreecommitdiffstats
path: root/Tests/CustomCommand/foo.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.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.in')
-rw-r--r--Tests/CustomCommand/foo.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/foo.in b/Tests/CustomCommand/foo.in
index a887264..62b04b2 100644
--- a/Tests/CustomCommand/foo.in
+++ b/Tests/CustomCommand/foo.in
@@ -1,4 +1,5 @@
#include "doc1.h"
+#include "foo.h"
int generated();
int wrapped();