Summary: Pretty straightforward one. Reviewed By: skcho Differential Revision: D21407074 fbshipit-source-id: 3b4d746e1master
parent
92f258c8fe
commit
0d3150d217
@ -0,0 +1,14 @@
|
|||||||
|
; 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.
|
||||||
|
|
||||||
|
(library
|
||||||
|
(name costlib)
|
||||||
|
(public_name infer.costlib)
|
||||||
|
(flags
|
||||||
|
(:standard -open Core -open OpenSource -open InferIR -open InferStdlib -open IStd
|
||||||
|
-open InferGenerated -open InferBase -open Absint -open Bo -open Checkers))
|
||||||
|
(libraries core sledge InferStdlib InferGenerated InferBase InferIR absint bo checkers)
|
||||||
|
(preprocess (pps ppx_compare))
|
||||||
|
)
|
Loading…
Reference in new issue