aboutsummaryrefslogtreecommitdiff
path: root/cmake/QuotientConfig.cmake
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 10:16:26 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 10:18:39 +0900
commita18cfa5877798e50e4222726fa63fcef5ee248bb (patch)
treecdaae0cde84aa5ce0cd09a5a703907764ec39af3 /cmake/QuotientConfig.cmake
parent62674f731b0e46d8a413e26ca1c9da27fd9aae9a (diff)
downloadlibquotient-a18cfa5877798e50e4222726fa63fcef5ee248bb.tar.gz
libquotient-a18cfa5877798e50e4222726fa63fcef5ee248bb.zip
Rename CMake/pkg-config related parts
Diffstat (limited to 'cmake/QuotientConfig.cmake')
-rw-r--r--cmake/QuotientConfig.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/QuotientConfig.cmake b/cmake/QuotientConfig.cmake
new file mode 100644
index 00000000..6b842f60
--- /dev/null
+++ b/cmake/QuotientConfig.cmake
@@ -0,0 +1,4 @@
+include(CMakeFindDependencyMacro)
+
+find_dependency(QtOlm)
+include("${CMAKE_CURRENT_LIST_DIR}/QuotientTargets.cmake")