aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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