blob: 17edf6f6323e982a3b5aa62bdaab5a979799065d [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.
source_set("nlassert") {
public = [
"include/nlassert-config.h.in",
"include/nlassert.h",
"include/nlassert-internal.h",
"include/nlassert-nonproduction.h",
"include/nlassert-production.h",
"include/stdc/assert.h",
]
public_configs = [ ":nlassert_config" ]
}
config("nlassert_config") {
include_dirs = [ "include" ]
}