summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorcostan <costan@google.com>2018-03-16 19:10:13 -0700
committerVictor Costan <pwnall@chromium.org>2018-03-16 19:17:27 -0700
commit739c25100e46576cdcdfff2d6f43f9f7008103c7 (patch)
tree92fc9ecdd918383f73983cfb3e81dbc5bce8a901 /cmake
parent0fa5a4f7b1ad9dc16b705bcad1f3ca913f187325 (diff)
downloadleveldb-739c25100e46576cdcdfff2d6f43f9f7008103c7.tar.gz
Add CMake build support.
Fixes https://github.com/google/leveldb/issues/466 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=189425354
Diffstat (limited to 'cmake')
-rw-r--r--cmake/LeveldbConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/LeveldbConfig.cmake b/cmake/LeveldbConfig.cmake
new file mode 100644
index 0000000..8f3e78b
--- /dev/null
+++ b/cmake/LeveldbConfig.cmake
@@ -0,0 +1 @@
+include("${CMAKE_CURRENT_LIST_DIR}/LeveldbTargets.cmake")