summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWill Schroeder <will.schroeder@kitware.com>2001-01-12 19:35:15 (GMT)
committerWill Schroeder <will.schroeder@kitware.com>2001-01-12 19:35:15 (GMT)
commitcacd6d160410660bcbc27f02b267833448c1eef1 (patch)
tree6162a797c69ca34936d8e1a34e296064435b0424 /README
parent85d16dbd3568f2d21c2fc94284a33b093358ef4a (diff)
downloadCMake-cacd6d160410660bcbc27f02b267833448c1eef1.zip
CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.gz
CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.bz2
ENH:Tweaks to dump documentation
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 113b038..0d3f153 100644
--- a/README
+++ b/README
@@ -91,7 +91,6 @@ Rules: (Generated with cmDumpDocumentation)
PROJECT - Set a name for the entire project. One argument.
Usage: PROJECT(projectname)
- Set the name for the entire project. This takes one argument.
SOURCE_FILES - Add a list of source files.
Usage: SOURCE_FILES(file1 file2 ...)
@@ -123,6 +122,7 @@ Rules: (Generated with cmDumpDocumentation)
WIN32_LIBRARIES - Add libraries that are only used for Win32 programs.
Usage: WIN32_LIBRARIES(library -lm ...)
+
USING / BUILDING WITH CMAKE
---------------------------