We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59899a3 + c3b3175 commit cb8d2d9Copy full SHA for cb8d2d9
tachyon/c/BUILD.bazel
@@ -80,6 +80,7 @@ collect_hdrs(
80
"api.h",
81
"export.h",
82
"version.h",
83
+ ":version_generated",
84
],
85
deps = [
86
"//tachyon/c/crypto:crypto_hdrs",
tachyon/cc/BUILD.bazel
@@ -71,6 +71,8 @@ collect_hdrs(
71
hdrs = [
72
73
74
+ "version.h",
75
76
77
78
"//tachyon/cc/math:math_hdrs",
0 commit comments