summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2000-11-02 15:24:59 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2000-11-02 15:24:59 (GMT)
commit1ae64b11fb358ead554105617f8a4feebb1dc3d1 (patch)
tree80cf3d9df59e0e2d4f34eb395044241f5f107d75 /README
parent366c783f6c6b6987a2425f38e51b53e74bb891e0 (diff)
downloadCMake-1ae64b11fb358ead554105617f8a4feebb1dc3d1.zip
CMake-1ae64b11fb358ead554105617f8a4feebb1dc3d1.tar.gz
CMake-1ae64b11fb358ead554105617f8a4feebb1dc3d1.tar.bz2
ENH:Reworked CMake to clearer indicate what the variables do
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 22429c5..a34ce64 100644
--- a/README
+++ b/README
@@ -2,8 +2,8 @@
CMakeLists.txt -> File in each directory that contains classes, exe, etc
CMakeLists.txt contains the following:
# build targets
-WIN32_CLASSES =
-UNIX_CLASSES =
+WIN32_SOURCE_FILES =
+UNIX_SOURCE_FILES =
ABSTRACT_CLASSES =
SUBDIRS =
EXECUTABLES =
@@ -25,7 +25,7 @@ BEGIN MAKE VERBATIM
... # copy stuff into CMakeTargets.make directly
LOCAL_BUILD_TARGETS = // These are done first before anything else
END MAKE VERBATIM
-TEMPLATE_INSTANCE_DIR =
+AUX_SOURCE_DIR =
Windows / Visual Studio 6.0 programs
CMakeSetup.exe -> window MFC based GUI for configure on windows