mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Summary: First draft. Unit tests pass. Test Plan: unit tests attached Reviewers: heyongqiang Reviewed By: heyongqiang Differential Revision: https://reviews.facebook.net/D3969
19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
# TARGETS file for thrift/lib/cpp/protocol
|
|
|
|
cpp_library (
|
|
name = "protocol",
|
|
srcs = [
|
|
"TBase64Utils.cpp",
|
|
"TDebugProtocol.cpp",
|
|
"TJSONProtocol.cpp",
|
|
"TSimpleJSONProtocol.cpp",
|
|
"THeaderProtocol.cpp",
|
|
"TPhpSerializeProtocol.cpp",
|
|
],
|
|
deps = [
|
|
"@/thrift/lib/cpp/transport",
|
|
"@/thrift/lib/cpp/transport:header",
|
|
"@/thrift/lib/cpp:thrift_exception",
|
|
],
|
|
)
|