Skip to content

Commit eb63cd0

Browse files
committed
fix: Update source files pattern in codspeed cc_library target
1 parent bf30684 commit eb63cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CODSPEED_VERSION = "1.1.0"
66
# Define the codspeed library
77
cc_library(
88
name = "codspeed",
9-
srcs = glob(["src/**/*.cpp"] + ["src/**/*.h"] + ["src/**/*.hpp"]),
9+
srcs = glob(["src/**/*.cpp"]),
1010
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
1111
includes = ["include"],
1212
defines = [

0 commit comments

Comments
 (0)