-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconanfile.txt
42 lines (35 loc) · 1.17 KB
/
conanfile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#********************************************************************************
# Copyright (c) 2022 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License 2.0 which is available at
# http://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
#*******************************************************************************/
[requires]
grpc/1.38.0@#a93eb68eaa39bd69ddb2c0d85e6eb490
gtest/1.10.0
[build_requires]
grpc/1.38.0 # Is needed in the build context to run generate code from proto files
[generators]
cmake_find_package
cmake_paths
virtualenv
[options]
grpc:fPIC=True
grpc:cpp_plugin=True
grpc:codegen=True
# Follwing options do speed up cross build, but there is no prebuild package for this combination
#grpc:csharp_ext=False
#grpc:csharp_plugin=False
#grpc:node_plugin=False
#grpc:objective_c_plugin=False
#grpc:php_plugin=False
#grpc:python_plugin=False
#grpc:ruby_plugin=False
[imports]
., license* -> ./licenses @ folder=True, ignore_case=True