blob: a89d9eb5639f4bd5d5c5aac0dbd6409a4e57ef5d [file] [log] [blame]
# Copyright 2017 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("mxcpp_config") {
include_dirs = [ "include" ]
}
static_library("mxcpp") {
# Don't forget to update rules.mk as well for the Magenta build.
sources = [
"include/mxcpp/new.h",
"new.cpp",
"pure_virtual.cpp",
]
public_configs = [ ":mxcpp_config" ]
}