Commit 241e87d1 authored by iceboy's avatar iceboy Committed by Wouter van Oortmerssen

add :runtime_cc target (#4994)

parent 35f0b41f
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment