Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2017-08-15 00:12:28 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 14:11:30 +0300
commitfcbec852a1d87280d3560db76e3a3f51b8a87c08 (patch)
tree601a850c378ced27b37900f659421fd687ef6cbd /CMakeLists.txt
parent8ee958065eb6794069e97de9d496d031cb988917 (diff)
[3party] Rewrote bsdiff to use our readers and writers.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d0ae30b37..5dcdd96f64 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -310,6 +310,7 @@ add_subdirectory(3party/pugixml)
add_subdirectory(3party/succinct)
add_subdirectory(3party/osrm)
add_subdirectory(3party/gflags)
+add_subdirectory(3party/bsdiff-courgette)
add_subdirectory(base)
add_subdirectory(coding)
add_subdirectory(geometry)