added inclusion of gflags to template

pull/18397/head
Bill Feng 6 years ago
parent 6050990f89
commit 3a8e9bd465
  1. 206
      CMakeLists.txt
  2. 2
      templates/CMakeLists.txt.template

File diff suppressed because it is too large Load Diff

@ -53,7 +53,7 @@
deps.append("${_gRPC_BENCHMARK_LIBRARIES}")
else:
deps.append(d)
if target_dict.build == 'test' and target_dict.language == 'c++':
if target_dict.build == 'test' or target_dict.build == 'private' and target_dict.language == 'c++':
deps.append("${_gRPC_GFLAGS_LIBRARIES}")
return deps

Loading…
Cancel
Save