aboutsummaryrefslogtreecommitdiff
path: root/modules/UsePkgConfig.cmake
AgeCommit message (Collapse)Author
2007-11-30merge in the whitespace handling fixes from cmake 2.4.7Dirk Mueller
to make extragear-graphics work svn path=/trunk/KDE/kdelibs/; revision=743254
2007-11-29Add PKGCONFIG_VERSION macro that determines the version of a packageWill Stephenson
using pkg-config too. svn path=/trunk/KDE/kdelibs/; revision=742999
2007-08-03remove unnecessary default search pathAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695815
2007-07-09Duplicate from cmake module which inform when module is not install. I will ↵Laurent Montel
send an email to cmake dev but not today, it's very difficult to have an adsl connection in my hostel svn path=/trunk/KDE/kdelibs/; revision=685861
2006-03-22-these files come with cmake since 2.3.4, which we depend on, uninstall them ↵Alexander Neundorf
if they were installed before Alex svn path=/trunk/KDE/kdelibs/; revision=521555
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=520790
2006-03-08-apply patch by Andreas Beckermann for KDE 3 stuffAlexander Neundorf
-prepare UsePkgconfig for moving to cmake Alex svn path=/trunk/KDE/kdelibs/; revision=516854
2006-02-15Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, ↵David Faure
of course... svn path=/trunk/KDE/kdelibs/; revision=509625
2006-02-15Lowercase some common keywords to improve readabilityDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=509624
2006-02-14Use cflags and libsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=509297
2006-02-12-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its ↵Alexander Neundorf
own FindKDEWIN32.cmake file -added a new FindGNUWIN32.cmake file, which tries to find the gnuwin32 base directory -changed all "FOO_LIBRARY" variable names to "FOO_LIBRARIES" to be more consistent with the other cmake modules -added a macro_getenv_win_path() which replaces all backslahes with slashes from environment variables -modified the kde4_add_kcfg_files() command, so that the generated header is also processed by moc -all tests compile and link Alex CCMAIL:kde-buildsystem@kde.org The changes to the windows stuff are untested, since I don't have a windows box. Please check that everything still works. Please have a look at FindGNUWIN32.cmake, there are probably ways to improve this. The resulting GNUWIN32_DIR variable is used in other cmake modules as default path to search for headers and libraries. svn path=/trunk/KDE/kdelibs/; revision=508648
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502383
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