blob: d6a5c0969d40cf02e1f999b0299f1dca86e2c332 [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.
zx_library("affine") {
sdk = "source"
sdk_headers = [
"lib/affine/ratio.h",
"lib/affine/transform.h",
"lib/affine/assert.h",
"lib/affine/utils.h",
]
host = true
kernel = true
static = true
sources = [
"ratio.cc",
"transform.cc",
]
}