diff options
author | Brad King <brad.king@kitware.com> | 2003-05-08 18:17:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-05-08 18:17:26 (GMT) |
commit | 332f4021911a7be31c89a697938ba469a624a9c3 (patch) | |
tree | 3337109c72731ce2c668f6826fd685cf31ba797b /Source/kwsys/README.txt | |
parent | 6292558f36a30b20f1c1c3b0410004222d0e4f6f (diff) | |
download | CMake-332f4021911a7be31c89a697938ba469a624a9c3.zip CMake-332f4021911a7be31c89a697938ba469a624a9c3.tar.gz CMake-332f4021911a7be31c89a697938ba469a624a9c3.tar.bz2 |
ENH: Setup for testing as a stand-alone project.
Diffstat (limited to 'Source/kwsys/README.txt')
-rw-r--r-- | Source/kwsys/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/kwsys/README.txt b/Source/kwsys/README.txt new file mode 100644 index 0000000..4f439d1 --- /dev/null +++ b/Source/kwsys/README.txt @@ -0,0 +1,7 @@ +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. + +You are probably reading this file in the source tree of a surrounding +project. In that case, see "../README.kwsys" for details of using +KWSys in your project. |