aboutsummaryrefslogtreecommitdiff
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-16adjust the commands for handlung ui3 and ui(4) filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=499059
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-support for Qt resource filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498666
2006-01-15-make FindKDE4.cmake run Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498638
2006-01-15-recognize the doxygen settingsAlexander Neundorf
-try to translate libtool -version-info Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498499
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-use variables for the install location for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=498172
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
2006-01-13some more work on the macros, enough for todayAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497831
2006-01-13initial KDE4 files for cmake, improved am2cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497823
2006-01-13-detect headers which have to be configuredAlexander Neundorf
-support for libtool convenience libs by setting global vars which contain all their sources for KDE4: am2cmake --kde4 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497773
2006-01-12-first beginnings of support for KDE4Alexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497484
2006-01-12move am2cmake from kde3/ here, since it seems it will work for kde4 tooAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=497482
2006-01-09-these two files are generated, they don't belong in svnAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=496075
2006-01-07-am2cmake: added support for installing kcfg filesAlexander Neundorf
-KDE3Macros.cmake: improved ADD_FILE_DEPEDENCY macro -added sample CMakeLists.txt for kpager, kcalc, kio_man, and view1394 Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495285
2006-01-06-added the am2cmake script, which converts Makefile.am's to CMakeLists.txtAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495019
2006-01-06-support files for cmake for building KDE 3 applications, libraries, ↵Alexander Neundorf
ioslaves, KParts, KLMs etc. documentation will follow later on Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=495009