BUG: fix some bad changes in progress calc
[cmake.git] / Source / kwsys / README.txt
blobba03f8ddee2a235f1c18c25a1970df28a4435bfe
1 KWSys provides a platform-independent API to many common system
2 features that are implemented differently on every platform.  This
3 library is intended to be shared among many projects, so it has a
4 configurable namespace.  Each project should configure KWSys to use a
5 namespace unique to itself.  See comments in CMakeLists.txt for
6 details.
8 You are probably reading this file in the source tree of a surrounding
9 project.  In that case, see "../README.kwsys" for details of using
10 KWSys in your project.