From 642be07fdbda921ceb62282e5dc47077a61663a3 Mon Sep 17 00:00:00 2001 From: Denis Glazachev Date: Fri, 11 Oct 2024 02:35:19 +0400 Subject: [PATCH] Add missing sources --- BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) 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",