blob: 0d46c90b5202df2a33e0f87dc2d4bd3137c88eed [file] [log] [blame]
# Copyright 2015 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.
source_set("libteken") {
sources = [
"teken/teken.c",
"teken/teken.h",
"teken/teken_scs.h",
"teken/teken_state.h",
"teken/teken_subr.h",
"teken/teken_subr_compat.h",
"teken/teken_wcwidth.h",
]
defines = [ "__unused=__attribute__((unused))" ]
}