Skip to content

Commit 89ced11

Browse files
committed
fix: bazel buidl
1 parent e770057 commit 89ced11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/BUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ CODSPEED_VERSION = "1.1.1"
66
# Define the codspeed library
77
cc_library(
88
name = "codspeed",
9-
srcs = glob(["src/**/*.cpp"]),
10-
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
11-
includes = ["include"],
9+
srcs = glob(["src/**/*.cpp"]) + ["instrument-hooks/dist/core.c"],
10+
hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"] + ["instrument-hooks/includes/*.h"]),
11+
includes = ["include", "instrument-hooks/includes"],
1212
defines = [
1313
"CODSPEED_VERSION=\\\"{}\\\"".format(CODSPEED_VERSION),
1414
] + select({

0 commit comments

Comments
 (0)