summaryrefslogtreecommitdiffstats
path: root/cmake/FindATSPI2.cmake
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-10-29 17:09:14 +0100
committerTobias Hunger <tobias.hunger@qt.io>2018-11-01 11:49:38 +0000
commitb102b41be71a18dbc94e289051ddb3437824ae35 (patch)
treec3774d09626e584f2fc2e6326dcf680202c095f9 /cmake/FindATSPI2.cmake
parentb5aaea7998870c88d700ce4b41219cd15c29c0b4 (diff)
Add ATSPI2 library support
Change-Id: I304ba2b9df65008340b698eb3a74dc3b4abfb826 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake/FindATSPI2.cmake')
-rw-r--r--cmake/FindATSPI2.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindATSPI2.cmake b/cmake/FindATSPI2.cmake
new file mode 100644
index 0000000000..eb87a33e84
--- /dev/null
+++ b/cmake/FindATSPI2.cmake
@@ -0,0 +1,3 @@
+include(FindPkgConfig)
+
+pkg_check_modules(ATSPI2 atspi-2 IMPORTED_TARGET)