summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-29 15:06:45 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-29 15:07:54 +0000
commit5e339a0f97710fc79518354124d7a8ab2738e632 (patch)
treef6a1bc976a3e8a649f0132ea750a0869bcf39da5 /cmake
parent4bb44a17f659465d817bafa820c5a3d0293c1541 (diff)
cmake: Add trivial FindLibproxy.cmake
And fix link to it Change-Id: Ie4f29a35a83d19ab83933faf3bcd7d62cffa68b8 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindLibproxy.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindLibproxy.cmake b/cmake/FindLibproxy.cmake
new file mode 100644
index 0000000000..611a8bd7d5
--- /dev/null
+++ b/cmake/FindLibproxy.cmake
@@ -0,0 +1,3 @@
+find_package(PkgConfig)
+
+pkg_check_modules(Libproxy libproxy-1.0 IMPORTED_TARGET)