[pudge] Add a dependency on the sledge lib

Reviewed By: jberdine

Differential Revision: D20376178

fbshipit-source-id: ba73e1f9c
master
Jules Villard 5 years ago committed by Facebook GitHub Bot
parent 49d95f40a2
commit ab41305509

@ -62,6 +62,7 @@ let common_libraries =
; "oUnit" ; "oUnit"
; "parmap" ; "parmap"
; "re" ; "re"
; "sledge"
; "sqlite3" ; "sqlite3"
; "str" ; "str"
; "unix" ; "unix"

@ -0,0 +1,5 @@
; Copyright (c) Facebook, Inc. and its affiliates.
;
; This source code is licensed under the MIT license found in the
; LICENSE file in the root directory of this source tree.
(vendored_dirs *)

@ -0,0 +1 @@
../../../sledge
Loading…
Cancel
Save