Buildsystem tweaks
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 19 Aug 2010 08:49:52 +0000 (10:49 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 19 Aug 2010 08:49:52 +0000 (10:49 +0200)
commitf16f4c54f3d4d96a71cedbb2d5637f5d3bafe3d2
treedb6f71231e065d22d37babf7f3a4095c9884b589
parent8027c233b863690b24dd0bb56bf1f933290385c2
Buildsystem tweaks

* Improve PkgConfig support. Warn if it's not available (might lead to other
  libs not being found, such as QCA or libindicate!)
* Don't check for deps that are unnecessary for the selected build modes (fixes #592)
* Bundle some missing cmake files from KDE
CMakeLists.txt
cmake/modules/FindPackageHandleStandardArgs.cmake [new file with mode: 0644]
cmake/modules/FindPkgConfig.cmake [new file with mode: 0644]
cmake/modules/FindQCA2.cmake
src/CMakeLists.txt