• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file will be copied into //third_party/externals/delaunator via the new_git_repository
2# rule in WORKSPACE.bazel, so all files should be relative to that path.
3
4cc_library(
5    name = "delaunator",
6    hdrs = ["include/delaunator.hpp"],
7    includes = ["include"],
8    visibility = ["//visibility:public"],
9)
10