mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Enable codegen grpc plugin
This commit is contained in:
2
BUILD.md
2
BUILD.md
@@ -170,7 +170,7 @@ yet included in the Conan recipe:
|
|||||||
|
|
||||||
```
|
```
|
||||||
# Conan 2.x
|
# Conan 2.x
|
||||||
conan export --version 1.1.10 external/snappy
|
conan export --version 6.30.1 external/protobuf
|
||||||
```
|
```
|
||||||
|
|
||||||
Export our [Conan recipe for Snappy](./external/snappy).
|
Export our [Conan recipe for Snappy](./external/snappy).
|
||||||
|
|||||||
@@ -55,7 +55,8 @@ class Xrpl(ConanFile):
|
|||||||
'date/*:header_only': True,
|
'date/*:header_only': True,
|
||||||
'grpc/*:shared': False,
|
'grpc/*:shared': False,
|
||||||
'grpc/*:secure': True,
|
'grpc/*:secure': True,
|
||||||
'grpc/*:codegen': False,
|
'grpc/*:codegen': True,
|
||||||
|
'grpc/*:cpp_plugin': True,
|
||||||
'grpc/*:csharp_ext': False,
|
'grpc/*:csharp_ext': False,
|
||||||
'grpc/*:csharp_plugin': False,
|
'grpc/*:csharp_plugin': False,
|
||||||
'grpc/*:node_plugin': False,
|
'grpc/*:node_plugin': False,
|
||||||
|
|||||||
Reference in New Issue
Block a user