aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.c
blob: 6b1abf59dd92db100c6e4a72df8bdaf8ee209749 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2018 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

// skcms.c is a unity build target for skcms, #including every other C source file.

#include "src/Curve.c"
#include "src/ICCProfile.c"
#include "src/LinearAlgebra.c"
#include "src/PortableMath.c"
#include "src/TransferFunction.c"
#include "src/Transform.c"