# Copyright 2024 Google LLC | |
# | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("../third_party.gni") | |
# Note that the version we sync and build was slightly modified to remove exceptions | |
# (which Skia does not build with) and other lint errors. | |
third_party("delaunator") { | |
public_include_dirs = [ "../externals/delaunator-cpp/include/" ] | |
public = [ "../externals/delaunator-cpp/include/delaunator.hpp" ] | |
} |