sapling/eden/fs/model/TARGETS
Christopher Dykes 0970c1e12a Merge StringBase.cpp into String.cpp
Summary: It doesn't need to exist anymore

Reviewed By: yfeldblum

Differential Revision: D5318746

fbshipit-source-id: c70b184f4b3fc12ede4632d6b3d43de16ed758c7
2017-06-29 20:20:11 -07:00

21 lines
397 B
Plaintext

# @autodeps
cpp_library(
name = "model",
srcs = glob(["*.cpp"]),
headers = glob(["*.h"]),
deps = [
"@/eden/fs/utils:utils",
"@/folly:conv",
"@/folly:format",
"@/folly:optional",
"@/folly:range",
"@/folly:string",
"@/folly/io:iobuf",
"@/folly/ssl:openssl_hash",
],
external_deps = [
"boost",
],
)