blob: f39d7fb15cfd80fd08bd5e4514f631b1b2db6a77 [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.
import("//build/zircon/migrated_targets.gni")
zx_library("affine") {
sdk = "source"
sdk_headers = [
"lib/affine/ratio.h",
"lib/affine/transform.h",
"lib/affine/assert.h",
"lib/affine/utils.h",
]
sdk_migrated = true
host = true
kernel = true
static = true
sources = [
"ratio.cc",
"transform.cc",
]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}