aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/skcms/skcms.c
blob: 80ea143cb0b9a155420e4a0a98d44df8a09a60bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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/GaussNewton.c"
#include "src/ICCProfile.c"
#include "src/LinearAlgebra.c"
#include "src/PortableMath.c"
#include "src/TransferFunction.c"
#include "src/Transform.c"