diff --git a/BUILD.bazel b/BUILD.bazel index 1396a3328..d58d48138 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -4,6 +4,9 @@ package(default_visibility = ["//visibility:public"]) cc_library( name = "boost.json", + srcs = [ + "src/src.cpp", + ], hdrs = glob([ "include/**/*.hpp", "include/**/*.ipp",