summaryrefslogtreecommitdiff
path: root/cmake/leveldbConfig.cmake.in
diff options
context:
space:
mode:
authorVictor Costan <costan@google.com>2022-01-09 23:08:24 -0800
committerGitHub <noreply@github.com>2022-01-09 23:08:24 -0800
commit3180f9cb402f51ce89be7011b103747bc6462976 (patch)
tree9671501a3176d0f9fc58284b6455a36b4f4986b1 /cmake/leveldbConfig.cmake.in
parentf933ad16934098460622bbc62d17761802486393 (diff)
parent8ccb79b57e877cb28b751d74e3e50bb4f8184997 (diff)
downloadleveldb-3180f9cb402f51ce89be7011b103747bc6462976.tar.gz
Merge branch 'master' into patch-1
Diffstat (limited to 'cmake/leveldbConfig.cmake.in')
-rw-r--r--cmake/leveldbConfig.cmake.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/leveldbConfig.cmake.in b/cmake/leveldbConfig.cmake.in
new file mode 100644
index 0000000..2572728
--- /dev/null
+++ b/cmake/leveldbConfig.cmake.in
@@ -0,0 +1,9 @@
+# Copyright 2019 The LevelDB Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file. See the AUTHORS file for names of contributors.
+
+@PACKAGE_INIT@
+
+include("${CMAKE_CURRENT_LIST_DIR}/leveldbTargets.cmake")
+
+check_required_components(leveldb) \ No newline at end of file