diff options
Diffstat (limited to 'Web/HTML/About.html')
-rw-r--r-- | Web/HTML/About.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Web/HTML/About.html b/Web/HTML/About.html index aac273a..47d51cd 100644 --- a/Web/HTML/About.html +++ b/Web/HTML/About.html @@ -33,6 +33,10 @@ vlink="#000000" alink="#000000"> the cache, which may be changed by the user prior to the generation of the native build files. (The following figure is the CMake cache GUI in the Windows MSVC environment.) + <div align="center"> + <img src="/CMake/Art/CMakeGUI.jpg" width=400 height=276 + border=0 alt=""> + </div> <P> CMake is designed to support complex directory hierarchies and @@ -100,7 +104,7 @@ vlink="#000000" alink="#000000"> adopted CMake as their build environment, contributing many essential features. Brad King added several features in order to support the CABLE automated wrapping environment and - <a href="http://public.kitware.com/GCC_XML">gcc-XML</a>, and + <a href="http://public.kitware.com/GCC_XML">GCC-XML</a>, and GE Corporate R&D required support of their testing infrastructure (the <a href="http://public.kitware.com/Insight/Testing/HTML/TestingResults/Dashboard/MostRecentResults-Nightly/Dashboard.html">quality dashboard</a>). Other features were added by Ken Martin to support the transition of VTK's @@ -118,8 +122,8 @@ vlink="#000000" alink="#000000"> list. There is some existing documentation, but until later in 2001 the documentation should be treated with caution. Please go to the <a href="/CMake/HTML/Documentation.html">documentation</a> for more - information. - + information. Also, see the <a href="/CMake/HTML/Examples.html">example</a> + found here. </div> </td> </tr> |