diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-06 20:28:20 +0100 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-02-06 20:28:20 +0100 |
commit | 12f1a0c2e46f8578e4093fa86013c22202d19b8d (patch) | |
tree | fd58dcab4d8b81867cd29a78dc67eaf9a06fba03 /cmake | |
parent | 9e72453f0ba1ff009890dbe3c915620b48492912 (diff) | |
download | egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.tar.gz egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.tar.bz2 egawk-12f1a0c2e46f8578e4093fa86013c22202d19b8d.zip |
Added initial README.
Diffstat (limited to 'cmake')
-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/ + |