mirror of
https://github.com/google/benchmark.git
synced 2025-01-13 13:20:13 +08:00
Remove stray comment and added missing header (#1444)
- The export.h is no longer generated, so removed the comment. - Added export.h to benchmark_main
This commit is contained in:
parent
361e8d1cfe
commit
141b554e3a
@ -29,7 +29,7 @@ cc_library(
|
||||
),
|
||||
hdrs = [
|
||||
"include/benchmark/benchmark.h",
|
||||
"include/benchmark/export.h", # From generate_export_header
|
||||
"include/benchmark/export.h",
|
||||
],
|
||||
linkopts = select({
|
||||
":windows": ["-DEFAULTLIB:shlwapi.lib"],
|
||||
@ -47,7 +47,7 @@ cc_library(
|
||||
cc_library(
|
||||
name = "benchmark_main",
|
||||
srcs = ["src/benchmark_main.cc"],
|
||||
hdrs = ["include/benchmark/benchmark.h"],
|
||||
hdrs = ["include/benchmark/benchmark.h", "include/benchmark/export.h"],
|
||||
strip_include_prefix = "include",
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":benchmark"],
|
||||
|
Loading…
Reference in New Issue
Block a user