From: Manuel Nickschas Date: Sun, 23 Mar 2014 01:15:12 +0000 (+0100) Subject: Add a CMake wrapper for finding indicate-qt X-Git-Tag: 0.11.0~96 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=61124ace4a9a9356a619cc2f26b96f6c710c514c;hp=61124ace4a9a9356a619cc2f26b96f6c710c514c 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. ---