diff --git a/BUILD b/BUILD index a6e1a2db6..631452c79 100644 --- a/BUILD +++ b/BUILD @@ -104,6 +104,18 @@ cc_binary( ], ) +cc_library( + name = "runtime_cc", + hdrs = [ + "include/flatbuffers/base.h", + "include/flatbuffers/flatbuffers.h", + "include/flatbuffers/stl_emulation.h", + "include/flatbuffers/util.h", + ], + includes = ["include/"], + linkstatic = 1, +) + # Test binary. cc_test( name = "flatbuffers_test",