aboutsummaryrefslogtreecommitdiff
path: root/cmake/QuotientConfig.cmake.in
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-29 10:49:53 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-29 10:49:53 +0200
commit51a85fa0e8814dfe47bb5174fa09a0e216d17d19 (patch)
tree2d90e07a6af00b66ff2c8dd02afa89bfd0a21c0e /cmake/QuotientConfig.cmake.in
parent72e12a84cefa86758153ad20f6c8da63e1829ba4 (diff)
downloadlibquotient-51a85fa0e8814dfe47bb5174fa09a0e216d17d19.tar.gz
libquotient-51a85fa0e8814dfe47bb5174fa09a0e216d17d19.zip
Fix building tests with installed Quotient in E2EE configuration
Diffstat (limited to 'cmake/QuotientConfig.cmake.in')
-rw-r--r--cmake/QuotientConfig.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/QuotientConfig.cmake.in b/cmake/QuotientConfig.cmake.in
new file mode 100644
index 00000000..798fa87a
--- /dev/null
+++ b/cmake/QuotientConfig.cmake.in
@@ -0,0 +1,5 @@
+include(CMakeFindDependencyMacro)
+
+@FIND_DEPS@
+
+include("${CMAKE_CURRENT_LIST_DIR}/QuotientTargets.cmake")