blob: 859da114a76e039e446c623a02d96f79b389d330 [file] [log] [blame]
# Copyright 2021 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")
third_party("highway") {
public_include_dirs = [ "../externals/highway" ]
sources = [
"../externals/highway/hwy/aligned_allocator.cc",
"../externals/highway/hwy/targets.cc",
]
}