blob: e4b9e47400cfa7c6512c6e5b5a504a45adc5bbbd [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("gemmlowp_include") {
include_dirs = [ "src" ]
}
source_set("gemmlowp") {
public = [
"src/fixedpoint/fixedpoint.h",
"src/public/bit_depth.h",
"src/public/gemmlowp.h",
"src/public/map.h",
"src/public/output_stages.h",
]
public_configs = [ ":gemmlowp_include" ]
}