diff options
author | Michael Johnson <youngmug@animeneko.net> | 2010-05-11 14:05:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 14:05:50 +0200 |
commit | fa2330dc2d7a08a16f8a658c251807527bdb1932 (patch) | |
tree | 1b68b77560a72bd6ba36f76f6f27e213318a92fe /development/cmake/README | |
parent | 9931544389c96e881670d5c8734ad3c726f7ab31 (diff) |
development/cmake: Initial import
Diffstat (limited to 'development/cmake/README')
-rw-r--r-- | development/cmake/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/cmake/README b/development/cmake/README new file mode 100644 index 0000000000000..94b0c56cd93a7 --- /dev/null +++ b/development/cmake/README @@ -0,0 +1,4 @@ +CMake is an extensible, open-source system that manages the +build process in an operating system and compiler independent +manner. +CMake uses the system compilers and thus will need gcc to run. |