mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 10:41:37 +00:00
add :runtime_cc target (#4994)
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
35f0b41fed
commit
241e87d143
12
BUILD
12
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.
|
# Test binary.
|
||||||
cc_test(
|
cc_test(
|
||||||
name = "flatbuffers_test",
|
name = "flatbuffers_test",
|
||||||
|
|||||||
Reference in New Issue
Block a user