# BUILD file for use with https://github.com/dejwk/roo_testing.

cc_library(
    name = "roo_collections",
    srcs = glob(
        [
            "src/**/*.cpp",
            "src/**/*.h",
        ],
    ),
    includes = [
        "src",
    ],
    deps = ["//lib/roo_backport"],
    visibility = ["//visibility:public"],
)
