diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2000-11-02 15:24:59 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2000-11-02 15:24:59 (GMT) |
commit | 1ae64b11fb358ead554105617f8a4feebb1dc3d1 (patch) | |
tree | 80cf3d9df59e0e2d4f34eb395044241f5f107d75 /README | |
parent | 366c783f6c6b6987a2425f38e51b53e74bb891e0 (diff) | |
download | CMake-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-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |