diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-31 14:55:41 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-03-31 19:54:59 +0900 |
commit | 6a61d3a127db1e253821bfb2ebb7f433bd534c4a (patch) | |
tree | c520a3149f3e44f311c73fd3adefcbe7aa7b807a /cmake/QMatrixClientConfig.cmake | |
parent | 9222abb1ae7e40cdf1d1eb62f6d38d2168f1c133 (diff) | |
download | libquotient-6a61d3a127db1e253821bfb2ebb7f433bd534c4a.tar.gz libquotient-6a61d3a127db1e253821bfb2ebb7f433bd534c4a.zip |
Make and install CMake config package; provide examples/CMakeLists.txt using it
Diffstat (limited to 'cmake/QMatrixClientConfig.cmake')
-rw-r--r-- | cmake/QMatrixClientConfig.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QMatrixClientConfig.cmake b/cmake/QMatrixClientConfig.cmake new file mode 100644 index 00000000..900038a5 --- /dev/null +++ b/cmake/QMatrixClientConfig.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/QMatrixClientTargets.cmake") |