blob: 3a1c69b4e380f049a4943cf803f04591b5aced97 [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",
]
sources = [
"ratio.cc",
"transform.cc",
]
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}