mirror of
https://github.com/google/benchmark.git
synced 2025-01-13 21:30:14 +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 = [
|
hdrs = [
|
||||||
"include/benchmark/benchmark.h",
|
"include/benchmark/benchmark.h",
|
||||||
"include/benchmark/export.h", # From generate_export_header
|
"include/benchmark/export.h",
|
||||||
],
|
],
|
||||||
linkopts = select({
|
linkopts = select({
|
||||||
":windows": ["-DEFAULTLIB:shlwapi.lib"],
|
":windows": ["-DEFAULTLIB:shlwapi.lib"],
|
||||||
@ -47,7 +47,7 @@ cc_library(
|
|||||||
cc_library(
|
cc_library(
|
||||||
name = "benchmark_main",
|
name = "benchmark_main",
|
||||||
srcs = ["src/benchmark_main.cc"],
|
srcs = ["src/benchmark_main.cc"],
|
||||||
hdrs = ["include/benchmark/benchmark.h"],
|
hdrs = ["include/benchmark/benchmark.h", "include/benchmark/export.h"],
|
||||||
strip_include_prefix = "include",
|
strip_include_prefix = "include",
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
deps = [":benchmark"],
|
deps = [":benchmark"],
|
||||||
|
Loading…
Reference in New Issue
Block a user