blob: 3700dc409f08be678f95b83385467c4a3e8dfd01 [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("neon_2_sse_include") {
include_dirs = [ "src" ]
}
source_set("neon_2_sse") {
public = [ "src/NEON_2_SSE.h" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
public_configs = [ ":neon_2_sse_include" ]
}