We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d96e5 commit e8b171dCopy full SHA for e8b171d
BUILD.bazel
@@ -16,7 +16,7 @@ config_setting(
16
cc_library(
17
name = "ncrypto",
18
srcs = glob(["src/*.cpp"]),
19
- hdrs = glob(["include/*.h"]),
+ hdrs = glob(["include/*.h", "include/ncrypto/*.h"]),
20
includes = ["include"],
21
local_defines = {
22
"NCRYPTO_BSSL_LIBDECREPIT_MISSING": select(
0 commit comments