Skip to content
Snippets Groups Projects
Commit 8ef26b6f authored by Craig Tiller's avatar Craig Tiller
Browse files

80 chars

parent 56fa2c6b
Branches
Tags
No related merge requests found
...@@ -45,7 +45,9 @@ out['libs'] = [{ ...@@ -45,7 +45,9 @@ out['libs'] = [{
'secure': 'no', 'secure': 'no',
'defaults': 'google_benchmark', 'defaults': 'google_benchmark',
'src': sorted(glob.glob('third_party/google_benchmark/src/*.cc')), '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) print yaml.dump(out)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment