aboutsummaryrefslogtreecommitdiff
path: root/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
parent62674f731b0e46d8a413e26ca1c9da27fd9aae9a (diff)
downloadlibquotient-a18cfa5877798e50e4222726fa63fcef5ee248bb.tar.gz
libquotient-a18cfa5877798e50e4222726fa63fcef5ee248bb.zip
Rename CMake/pkg-config related parts
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QMatrixClientConfig.cmake4
-rw-r--r--cmake/QuotientConfig.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/cmake/QMatrixClientConfig.cmake b/cmake/QMatrixClientConfig.cmake
deleted file mode 100644
index 64180cca..00000000
--- a/cmake/QMatrixClientConfig.cmake
+++ /dev/null
@@ -1,4 +0,0 @@
-include(CMakeFindDependencyMacro)
-
-find_dependency(QtOlm)
-include("${CMAKE_CURRENT_LIST_DIR}/QMatrixClientTargets.cmake")
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")