diff options
Diffstat (limited to 'cmake/README.txt')
-rw-r--r-- | cmake/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmake/README.txt b/cmake/README.txt new file mode 100644 index 00000000..836a4be4 --- /dev/null +++ b/cmake/README.txt @@ -0,0 +1,10 @@ +CMake is a build automation system + http://en.wikipedia.org/wiki/Cmake + +We try to use it as a replacement for the established GNU build system. +This attempt is currently only experimental. If you wonder why anyone +should do this, read + + Why the KDE project switched to CMake -- and how + http://lwn.net/Articles/188693/ + |