blob: 6b1abf59dd92db100c6e4a72df8bdaf8ee209749 [file] [log] [blame]
Mike Kleinded7a552018-04-10 10:05:31 -04001/*
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.comd6b41a22018-05-16 13:12:08 +000010#include "src/Curve.c"
Mike Kleinded7a552018-04-10 10:05:31 -040011#include "src/ICCProfile.c"
12#include "src/LinearAlgebra.c"
13#include "src/PortableMath.c"
Mike Kleinded7a552018-04-10 10:05:31 -040014#include "src/TransferFunction.c"
15#include "src/Transform.c"