blob: 54467af9d90710e09eafa0621612909f1152f0b5 [file] [log] [blame]
/*
* 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/PolyTF.c"
#include "src/PortableMath.c"
#include "src/TransferFunction.c"
#include "src/Transform.c"