Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
KWSys
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Sylvain Joubert
KWSys
Commits
eafc8a74
Commit
eafc8a74
authored
21 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Updated documentation to describe enabling of classes.
parent
78be817a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+9
-7
9 additions, 7 deletions
CMakeLists.txt
with
9 additions
and
7 deletions
CMakeLists.txt
+
9
−
7
View file @
eafc8a74
...
...
@@ -17,14 +17,16 @@
# The Kitware System Library is intended to be included in other
# projects. It is completely configurable in that the library's
# namespace can be configured and the components that are included
# selected invididually.
# namespace can be configured and the components that are included
can
#
be
selected invididually.
# Typical usage is to import the kwsys directory tree into a
# subdirectory under a parent project. The CMake listfile above this
# one configures the library as follows:
# subdirectory under a parent project and enable the classes that will
# be used. All classes are disabled by default. The CMake listfile
# above this one configures the library as follows:
#
# SET(KWSYS_NAMESPACE fookwsys)
# SET(KWSYS_NAMESPACE foosys)
# SET(KWSYS_USE_Directory 1) # Enable Directory class.
# SUBDIRS(kwsys)
#
# Optional settings are as follows:
...
...
@@ -59,9 +61,9 @@
# Once configured, kwsys should be used as follows from C or C++ code:
#
# #include <foo
kw
sys/Directory.hxx>
# #include <foosys/Directory.hxx>
# ...
# foo
kw
sys::Directory directory;
# foosys::Directory directory;
#
#-----------------------------------------------------------------------------
...
...
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