aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2006-01-22make install now installs all cmake files into the cmake module directoryAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501385
2006-01-22-kde4 stuff moved to modules/ dirAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501378
2006-01-22moved kde3 stuff to modules/Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
2006-01-22- add the X11 incklude dirsAlexander Neundorf
-fix for CheckTypeSize.cmake -add thread library (required in cmake) Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
2006-01-22-files for detecting bzip2 and cupsAlexander Neundorf
-better support for libtool convenience libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
2006-01-22-generate_findpackage_file: a script to simplify generating simple ↵Alexander Neundorf
FindFoo.cmake files -FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above -some tuning in the other modules Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
2006-01-19-fix ui3 handlingAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
2006-01-16use the new pkg-config cmake module in the libart moduleAlexander Neundorf
the support for pkg-config was added with a custom cmake module (i.e. script, no editing of C++ sources involved) since somebody asked me, whether pkg-config is supported by cmake, ccmail to the mailinglist CCMAIL: kde-buildsystem@kde.org Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499066
2006-01-16cmake module for using pkg-configAlexander Neundorf
usage: pkgconfig(alsa ALSA_INCLUDE_DIR ALSA_LINK_DIR ALSA_LINK_FLAGS ALSA_CFLAGS) This will fill in the respective values in these four variables. If pkg-config or the software package is not found they will be empty. This command is not intended to be used directly, but in FindFOO.cmake modules. CCMAIL: kde-buildsystem@kde.org Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498955
2006-01-15-small wrapper around cmake's CheckTypeSize to turn it into a ↵Alexander Neundorf
"CheckPrototypeExists" Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498414
2006-01-14-simple cmake modules for detecting libart, OpenSSL, FAM, jasper and PCREAlexander Neundorf
-major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498154