blob: 377b60932d928bc8de070fca37791b0dad2e3c1e [file] [log] [blame]
# Copyright 2018 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../third_party.gni")
third_party("wuffs") {
public_include_dirs = [ "../externals/wuffs/release/c" ]
sources = [
"wuffs.c",
]
}