Skip to content

Commit cb8d2d9

Browse files
authored
Merge pull request #365 from kroma-network/build/add-missing-headers-to-tachyon_hdrs
build: add missing header to tachyon hdrs
2 parents 59899a3 + c3b3175 commit cb8d2d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tachyon/c/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ collect_hdrs(
8080
"api.h",
8181
"export.h",
8282
"version.h",
83+
":version_generated",
8384
],
8485
deps = [
8586
"//tachyon/c/crypto:crypto_hdrs",

tachyon/cc/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ collect_hdrs(
7171
hdrs = [
7272
"api.h",
7373
"export.h",
74+
"version.h",
75+
":version_generated",
7476
],
7577
deps = [
7678
"//tachyon/cc/math:math_hdrs",

0 commit comments

Comments
 (0)