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)
commit61124ace4a9a9356a619cc2f26b96f6c710c514c
tree749e84a1d5a81d6165a9d03355d40c2f91a37379
parent3dc6e69f93fb1c0af8120e52052fbf513076025c
Add a CMake wrapper for finding indicate-qt

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.
cmake/FindIndicateQt.cmake [new file with mode: 0644]