xref: /aosp_15_r20/external/skia/third_party/delaunator/BUILD.gn (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Worker# Copyright 2024 Google LLC
2*c8dee2aaSAndroid Build Coastguard Worker#
3*c8dee2aaSAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
4*c8dee2aaSAndroid Build Coastguard Worker# found in the LICENSE file.
5*c8dee2aaSAndroid Build Coastguard Worker
6*c8dee2aaSAndroid Build Coastguard Workerimport("../third_party.gni")
7*c8dee2aaSAndroid Build Coastguard Worker
8*c8dee2aaSAndroid Build Coastguard Worker# Note that the version we sync and build was slightly modified to remove exceptions
9*c8dee2aaSAndroid Build Coastguard Worker# (which Skia does not build with) and other lint errors.
10*c8dee2aaSAndroid Build Coastguard Workerthird_party("delaunator") {
11*c8dee2aaSAndroid Build Coastguard Worker  public_include_dirs = [ "../externals/delaunator-cpp/include/" ]
12*c8dee2aaSAndroid Build Coastguard Worker
13*c8dee2aaSAndroid Build Coastguard Worker  public = [ "../externals/delaunator-cpp/include/delaunator.hpp" ]
14*c8dee2aaSAndroid Build Coastguard Worker}
15