blob: 6f36da6b704d4b67d1a85d026d60e72cf6f547b2 [file] [log] [blame]
# Copyright 2019 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("includes") {
include_dirs = [ "include" ]
}
source_set("gfx-font") {
public = [ "include/lib/gfx-font/gfx-font.h" ]
sources = [
"18x32.c",
"9x16.c",
]
public_configs = [ ":includes" ]
}