@@ -49,7 +49,18 @@ cc_library(
4949 ),
5050 hdrs = [
5151 "include/benchmark/benchmark.h" ,
52+ "include/benchmark/benchmark_api.h" ,
53+ "include/benchmark/counter.h" ,
5254 "include/benchmark/export.h" ,
55+ "include/benchmark/macros.h" ,
56+ "include/benchmark/managers.h" ,
57+ "include/benchmark/registration.h" ,
58+ "include/benchmark/reporter.h" ,
59+ "include/benchmark/state.h" ,
60+ "include/benchmark/statistics.h" ,
61+ "include/benchmark/sysinfo.h" ,
62+ "include/benchmark/types.h" ,
63+ "include/benchmark/utils.h" ,
5364 ],
5465 copts = select ({
5566 ":windows" : MSVC_COPTS ,
@@ -89,7 +100,18 @@ cc_library(
89100 srcs = ["src/benchmark_main.cc" ],
90101 hdrs = [
91102 "include/benchmark/benchmark.h" ,
103+ "include/benchmark/benchmark_api.h" ,
104+ "include/benchmark/counter.h" ,
92105 "include/benchmark/export.h" ,
106+ "include/benchmark/macros.h" ,
107+ "include/benchmark/managers.h" ,
108+ "include/benchmark/registration.h" ,
109+ "include/benchmark/reporter.h" ,
110+ "include/benchmark/state.h" ,
111+ "include/benchmark/statistics.h" ,
112+ "include/benchmark/sysinfo.h" ,
113+ "include/benchmark/types.h" ,
114+ "include/benchmark/utils.h" ,
93115 ],
94116 includes = ["include" ],
95117 visibility = ["//visibility:public" ],
0 commit comments