diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-30 17:35:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-30 17:35:41 (GMT) |
commit | 077c31484e216a72c73370c05fcf970ce5269085 (patch) | |
tree | 214109143e01d98fd406264be9f80a5bffdaff17 /README | |
parent | 1f42f521cea8b953f4ad7ef5ca0d4c6d49c42a88 (diff) | |
download | CMake-077c31484e216a72c73370c05fcf970ce5269085.zip CMake-077c31484e216a72c73370c05fcf970ce5269085.tar.gz CMake-077c31484e216a72c73370c05fcf970ce5269085.tar.bz2 |
ENH: move from tools and create working CMake program
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -13,6 +13,18 @@ Unix configure -> run on unix to configure for build CMakeBuildTargets -> Unix program to read CMakeLists.txt and generate CMakeTargets.make + +CMakeLists.txt: +WIN32_CLASSES = +UNIX_CLASSES = +ABSTRACT_CLASSES = +SUBDIRS = +EXECUTABLES = +ME = +BEGIN MAKE VERBATIM +... # copy stuff into CMakeTargets.make directly +END MAKE VERBATIM +TEMPLATE_INSTANCE_DIR = TODO: Fix cmUnixMakefile.cxx and cmDSPMakefile.cxx to read libraries and -I stuff from a config file |