blob: 0ffb89575dc500dab31c3633179b263315a9bc7b [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_cc_library")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_cc_library(
name = "bentleyottmann",
srcs = ["//modules/bentleyottmann/src:srcs"],
hdrs = ["//modules/bentleyottmann/include:hdrs"],
visibility = ["//:__subpackages__"],
deps = [
"//:core",
"//src/base",
],
)