Adding some CMake modules from KDE, since the original versions are buggy
[quassel.git] / cmake / modules / README
1 These modules have been copied from KDE's repository as of 2008-06-17.
2
3 Below is the contents of KDE's original README:
4
5 --------8<--------------------------------------------------------------
6 these are additional cmake modules required for compiling KDE3 or KDE4
7 applications with cmake. Some of them are enhanced versions of the files
8 coming with cmake, some of them are NOT yet part of cmake.
9 To use them, copy them into the cmake Module directory or
10 run "cmake ."  followed by "make install"
11
12 Alex <neundorf@kde.org>
13 -------->8--------------------------------------------------------------
14
15 Thank you Alex!