diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2018-11-13 10:50:32 -0500 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2018-11-15 12:17:12 -0500 |
commit | 5d49f79ce7808c271e021e8a697a7aa7006adb38 (patch) | |
tree | c06a92c83d0e343af1a086fdb7b9eaad5145b734 /src/mongo/SConscript | |
parent | dbafa9a288019008fd7a4ac975c298ec0bf40534 (diff) | |
download | mongo-5d49f79ce7808c271e021e8a697a7aa7006adb38.tar.gz |
SERVER-38107 Add abseil-cpp to third_party
Just compiling in the hash tables for now.
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index 22166abee49..cb6c779c71c 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -141,6 +141,7 @@ env.Library( # the ones declared here. Do not add to this list. LIBDEPS=[ '$BUILD_DIR/third_party/murmurhash3/murmurhash3', + '$BUILD_DIR/third_party/shim_abseil', '$BUILD_DIR/third_party/shim_allocator', '$BUILD_DIR/third_party/shim_boost', '$BUILD_DIR/third_party/shim_intel_decimal128', |