diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-06-15 11:34:24 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-06-15 11:34:24 (GMT) |
commit | f8add3587707a29114e43e18604c954b8e852de0 (patch) | |
tree | 8c9e65b6de84354e865ea5b2dbe0f54b30f8e956 /Web | |
parent | df49749944949f3f2ff6b81e912095a20ba41700 (diff) | |
download | CMake-f8add3587707a29114e43e18604c954b8e852de0.zip CMake-f8add3587707a29114e43e18604c954b8e852de0.tar.gz CMake-f8add3587707a29114e43e18604c954b8e852de0.tar.bz2 |
ENH:Added features
Diffstat (limited to 'Web')
-rw-r--r-- | Web/HTML/About.html | 24 | ||||
-rw-r--r-- | Web/HTML/Features.html | 53 | ||||
-rw-r--r-- | Web/HTML/SideBar.html | 1 |
3 files changed, 54 insertions, 24 deletions
diff --git a/Web/HTML/About.html b/Web/HTML/About.html index e05abfe..fd929f0 100644 --- a/Web/HTML/About.html +++ b/Web/HTML/About.html @@ -63,30 +63,6 @@ vlink="#000000" alink="#000000"> <a href="/CMake/HTML/Examples.html">examples</a> page to see more details. - <h3>A Summary Of Features</h3> - CMake has several powerful features. These include: - <ul> - <li>Supports complex, large build environments. CMake has been - proven in several large projects. - <li>Generates native build files (e.g., makefiles on Unix; - workspaces/projects on MS Visual C++). Therefore standard - tools can be used on any platform/compiler configuration. - <li>Has powerful commands include the ability to locate - include files, libraries, executables; include external - CMake files that encapsulate standard functionality; - interfaces to testing systems; supports recursive - directory traversal with variable inheritance; can run - external programs; supports conditional builds; supports - regular expression expansion; and so on. - <li>Supports in-place and out-of-place builds. Multiple - compilation trees are possible from a single source tree. - <li>Can be easily extended to add new features. - <li>CMake is open source. - <li>CMake operates with a cache designed to be interfaced with - a graphical editor. The cache provides optional interaction - to conditionally control the build process. - </ul> - <h3>The Origins of CMake</h3> CMake was created in response to the need for a powerful, cross-platform build environment for the Insight Segmentation and Registration Toolkit (ITK) funded by NLM as part of the diff --git a/Web/HTML/Features.html b/Web/HTML/Features.html new file mode 100644 index 0000000..cd86005 --- /dev/null +++ b/Web/HTML/Features.html @@ -0,0 +1,53 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> + +<html> + +<!--#include virtual="/CMake/HTML/Head.html"--> + +<body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 text="black" link="#FFFFFF" +vlink="#000000" alink="#000000"> + +<!--#include virtual="/CMake/HTML/Table.html"--> + +<tr> +<!--#include virtual="/CMake/HTML/SideBar.html"--> + + <td width="550" valign="top" bgcolor="#FFFFFF"> + <div align="left"> + + <font size=5>A Summary Of Features</font> CMake is an extensible, + open-source system thathas several powerful features. These include: + <ul> + <li>Supports complex, large build environments. CMake has been + proven in several large projects.</li> + <li>Generates native build files (e.g., makefiles on Unix; + workspaces/projects on MS Visual C++). Therefore standard + tools can be used on any platform/compiler configuration.</li> + <li>Has powerful commands include the ability to locate + include files, libraries, executables; include external + CMake files that encapsulate standard functionality; + interfaces to testing systems; supports recursive + directory traversal with variable inheritance; can run + external programs; supports conditional builds; supports + regular expression expansion; and so on.</li> + <li>Supports in-place and out-of-place builds. Multiple + compilation trees are possible from a single source tree.</li> + <li>Can be easily extended to add new features.</li> + <li>CMake is open source.</li> + <li>CMake operates with a cache designed to be interfaced with + a graphical editor. The cache provides optional interaction + to conditionally control the build process.</li> + </ul> + </div> + </td> +</tr> + +</table> + +</td> +</tr> +</table> + +</body> +</html> + diff --git a/Web/HTML/SideBar.html b/Web/HTML/SideBar.html index 12acb52..ff077c5 100644 --- a/Web/HTML/SideBar.html +++ b/Web/HTML/SideBar.html @@ -2,6 +2,7 @@ background="/CMake/Art/SideBar.jpg"> <a href="/CMake/index.html"> Home</a><br><br> <a href="/CMake/HTML/About.html"> About</a><br><br> + <a href="/CMake/HTML/Features.html"> Features</a><br><br> <a href="/CMake/HTML/Sponsors.html"> Sponsors</a><br><br> <a href="/CMake/HTML/Download.html"> Download</a><br><br> <a href="/CMake/HTML/Install.html"> Install</a><br><br> |