diff options
Diffstat (limited to 'Source/kwsys/test1.cxx')
-rw-r--r-- | Source/kwsys/test1.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/kwsys/test1.cxx b/Source/kwsys/test1.cxx index 19f5c9b..137f83e 100644 --- a/Source/kwsys/test1.cxx +++ b/Source/kwsys/test1.cxx @@ -16,6 +16,14 @@ #include KWSYS_HEADER(Process.h) #include KWSYS_HEADER(ios/iostream) +// Work-around CMake dependency scanning limitation. This must +// duplicate the above list of headers. +#if 0 +# include "Directory.hxx.in" +# include "Process.h.in" +# include "kwsys_ios_iostream.h.in" +#endif + int main() { kwsys::Directory(); |