Mike Klein | ded7a55 | 2018-04-10 10:05:31 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2018 Google Inc. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license that can be |
| 5 | * found in the LICENSE file. |
| 6 | */ |
| 7 | |
| 8 | // skcms.c is a unity build target for skcms, #including every other C source file. |
| 9 | |
skcms-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com | d6b41a2 | 2018-05-16 13:12:08 +0000 | [diff] [blame] | 10 | #include "src/Curve.c" |
Mike Klein | ded7a55 | 2018-04-10 10:05:31 -0400 | [diff] [blame] | 11 | #include "src/ICCProfile.c" |
| 12 | #include "src/LinearAlgebra.c" |
| 13 | #include "src/PortableMath.c" |
Mike Klein | ded7a55 | 2018-04-10 10:05:31 -0400 | [diff] [blame] | 14 | #include "src/TransferFunction.c" |
| 15 | #include "src/Transform.c" |