blob: ccaf80a46cfe57903fe5a245998217f82ee4ebb9 [file] [log] [blame]
# This file will be copied into //third_party/externals/delaunator via the new_git_repository
# rule in WORKSPACE.bazel, so all files should be relative to that path.
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "delaunator",
hdrs = ["include/delaunator.hpp"],
includes = ["include"],
visibility = ["//visibility:public"],
)