aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAlexey Andreyev <aa13q@ya.ru>2019-05-24 15:18:14 +0300
committerAlexey Andreyev <aa13q@ya.ru>2019-07-04 11:21:06 +0300
commitaf623d68df8cec92277e9a40f18beac617b5d397 (patch)
tree8fe9d7d4656d2510236093b252757741f9938eda /cmake
parent1cf67730a0880a520ae04bdf4ef61592daa9fe06 (diff)
downloadlibquotient-af623d68df8cec92277e9a40f18beac617b5d397.tar.gz
libquotient-af623d68df8cec92277e9a40f18beac617b5d397.zip
Add libQtOlm
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QMatrixClientConfig.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QMatrixClientConfig.cmake b/cmake/QMatrixClientConfig.cmake
index 900038a5..64180cca 100644
--- a/cmake/QMatrixClientConfig.cmake
+++ b/cmake/QMatrixClientConfig.cmake
@@ -1 +1,4 @@
+include(CMakeFindDependencyMacro)
+
+find_dependency(QtOlm)
include("${CMAKE_CURRENT_LIST_DIR}/QMatrixClientTargets.cmake")