blob: 7d9d72e9a7978e183eaffe18ea2d3bd533a80a20 [file] [log] [blame]
# Copyright 2020 The Fuchsia 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("ogg_include_config") {
include_dirs = [ "include" ]
}
source_set("ogg") {
sources = [
"include/ogg/ogg.h",
"include/ogg/os_types.h",
"src/bitwise.c",
"src/crctable.h",
"src/framing.c",
]
public_configs = [ ":ogg_include_config" ]
}