Add a CMake wrapper for finding indicate-qt
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 01:15:12 +0000 (02:15 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Mar 2014 01:15:12 +0000 (02:15 +0100)
Because CMake's feature_summary works only with dependencies found
via find_package, it makes sense to have a wrapper around the
PkgConfig call used to find indicate-qt. This is very basic and does
not support all of the usual options (such as checking for a particular
version), but sufficient for our needs.


No differences found