pull/8643/head
Craig Tiller 8 years ago
parent 56fa2c6b56
commit 8ef26b6f82
  1. 4
      src/google_benchmark/gen_build_yaml.py

@ -45,7 +45,9 @@ out['libs'] = [{
'secure': 'no',
'defaults': 'google_benchmark',
'src': sorted(glob.glob('third_party/google_benchmark/src/*.cc')),
'headers': sorted(glob.glob('third_party/google_benchmark/src/*.h') + glob.glob('third_party/google_benchmark/include/benchmark/*.h')),
'headers': sorted(
glob.glob('third_party/google_benchmark/src/*.h') +
glob.glob('third_party/google_benchmark/include/benchmark/*.h')),
}]
print yaml.dump(out)

Loading…
Cancel
Save