We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf30684 commit eb63cd0Copy full SHA for eb63cd0
core/BUILD
@@ -6,7 +6,7 @@ CODSPEED_VERSION = "1.1.0"
6
# Define the codspeed library
7
cc_library(
8
name = "codspeed",
9
- srcs = glob(["src/**/*.cpp"] + ["src/**/*.h"] + ["src/**/*.hpp"]),
+ srcs = glob(["src/**/*.cpp"]),
10
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
11
includes = ["include"],
12
defines = [
0 commit comments