diff options
author | Brad King <brad.king@kitware.com> | 2005-09-18 21:15:29 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-09-18 21:15:29 (GMT) |
commit | e2d7c3a4e46e64cd7a06b4dd8d3afb2d25c3b9f5 (patch) | |
tree | b1c91c8ea26bac5191cd4260aec9ddb15b317baf /Source/kwsys/README.txt | |
parent | e440c6a826d0408d7503b767ee344074d5c97cd4 (diff) | |
download | CMake-e2d7c3a4e46e64cd7a06b4dd8d3afb2d25c3b9f5.zip CMake-e2d7c3a4e46e64cd7a06b4dd8d3afb2d25c3b9f5.tar.gz CMake-e2d7c3a4e46e64cd7a06b4dd8d3afb2d25c3b9f5.tar.bz2 |
STYLE: Added reference to documentation in CMakeLists.txt.
Diffstat (limited to 'Source/kwsys/README.txt')
-rw-r--r-- | Source/kwsys/README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/kwsys/README.txt b/Source/kwsys/README.txt index 4f439d1..ba03f8d 100644 --- a/Source/kwsys/README.txt +++ b/Source/kwsys/README.txt @@ -1,6 +1,9 @@ KWSys provides a platform-independent API to many common system features that are implemented differently on every platform. This -library is intended to be shared among many projects. +library is intended to be shared among many projects, so it has a +configurable namespace. Each project should configure KWSys to use a +namespace unique to itself. See comments in CMakeLists.txt for +details. You are probably reading this file in the source tree of a surrounding project. In that case, see "../README.kwsys" for details of using |