Age | Commit message (Collapse) | Author |
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501385
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501378
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501376
|
|
-fix for CheckTypeSize.cmake
-add thread library (required in cmake)
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501365
|
|
-better support for libtool convenience libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
|
|
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
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=500305
|
|
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
|
|
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
|
|
"CheckPrototypeExists"
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498414
|
|
-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
|