diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 19:35:15 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-12 19:35:15 (GMT) |
commit | cacd6d160410660bcbc27f02b267833448c1eef1 (patch) | |
tree | 6162a797c69ca34936d8e1a34e296064435b0424 /README | |
parent | 85d16dbd3568f2d21c2fc94284a33b093358ef4a (diff) | |
download | CMake-cacd6d160410660bcbc27f02b267833448c1eef1.zip CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.gz CMake-cacd6d160410660bcbc27f02b267833448c1eef1.tar.bz2 |
ENH:Tweaks to dump documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 --------------------------- |