16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
|
# 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",
|
||
|
|
]
|
||
|
|
}
|