Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ellert
CMake
Commits
f8add358
Commit
f8add358
authored
23 years ago
by
Will Schroeder
Browse files
Options
Downloads
Patches
Plain Diff
ENH:Added features
parent
df497499
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Web/HTML/About.html
+0
-24
0 additions, 24 deletions
Web/HTML/About.html
Web/HTML/Features.html
+53
-0
53 additions, 0 deletions
Web/HTML/Features.html
Web/HTML/SideBar.html
+1
-0
1 addition, 0 deletions
Web/HTML/SideBar.html
with
54 additions
and
24 deletions
Web/HTML/About.html
+
0
−
24
View file @
f8add358
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Web/HTML/Features.html
0 → 100644
+
53
−
0
View file @
f8add358
<!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>
This diff is collapsed.
Click to expand it.
Web/HTML/SideBar.html
+
1
−
0
View file @
f8add358
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment