Skip to content

Commit

Permalink
SCons: Update lib/benchmark sources
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Mar 19, 2020
1 parent 65f5f56 commit 2a3191b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions lib/benchmark/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,24 @@ if build.compiler_is_clang:

# Sources used by base library and library that includes main.
sources = [
"src/benchmark_api_internal.cc",
"src/benchmark_name.cc",
"src/benchmark_register.cc",
"src/benchmark_runner.cc",
"src/benchmark.cc",
"src/colorprint.cc",
"src/commandlineflags.cc",
"src/complexity.cc",
"src/console_reporter.cc",
"src/counter.cc",
"src/csv_reporter.cc",
"src/json_reporter.cc",
"src/log.cc",
"src/reporter.cc",
"src/sleep.cc",
"src/statistics.cc",
"src/string_util.cc",
"src/sysinfo.cc",
"src/walltime.cc",

# NOTE(rryan): Since we're using C++11 we can use std::regex.
"src/re_std.cc"
"src/timers.cc"
]

benchmark_lib = env.StaticLibrary(target='benchmark',
Expand Down

0 comments on commit 2a3191b

Please sign in to comment.