diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-09-12 09:30:35 (GMT) |
commit | aa3ca2b432ab346c28ea7c758cbbf57ca346e139 (patch) | |
tree | dec236eb51e746ae123edb3e9c01a5595381e12f /CMakeTargets.make.in | |
parent | e2ad65d3c27177b8f3ee3c9b81382ea883a3bfbd (diff) | |
download | CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.zip CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.gz CMake-aa3ca2b432ab346c28ea7c758cbbf57ca346e139.tar.bz2 |
ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the directories of the system.
Diffstat (limited to 'CMakeTargets.make.in')
-rw-r--r-- | CMakeTargets.make.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeTargets.make.in b/CMakeTargets.make.in new file mode 100644 index 0000000..a9405ec --- /dev/null +++ b/CMakeTargets.make.in @@ -0,0 +1,5 @@ +#empty file used by configure to generate initial targets.make files +#if you find this as a make error, then the autoconf system is not +#working, send for help on the insight mailing list... + + |