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 e770057 commit 89ced11Copy full SHA for 89ced11
core/BUILD
@@ -6,9 +6,9 @@ CODSPEED_VERSION = "1.1.1"
6
# Define the codspeed library
7
cc_library(
8
name = "codspeed",
9
- srcs = glob(["src/**/*.cpp"]),
10
- hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"]),
11
- includes = ["include"],
+ srcs = glob(["src/**/*.cpp"]) + ["instrument-hooks/dist/core.c"],
+ hdrs = glob(["include/**/*.h"] + ["include/**/*.hpp"] + ["instrument-hooks/includes/*.h"]),
+ includes = ["include", "instrument-hooks/includes"],
12
defines = [
13
"CODSPEED_VERSION=\\\"{}\\\"".format(CODSPEED_VERSION),
14
] + select({
0 commit comments