2018-04-10 14:05:31 +00:00
|
|
|
/*
|
|
|
|
* 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/GaussNewton.c"
|
|
|
|
#include "src/ICCProfile.c"
|
|
|
|
#include "src/LinearAlgebra.c"
|
2018-04-24 19:40:32 +00:00
|
|
|
#include "src/PolyTF.c"
|
2018-04-10 14:05:31 +00:00
|
|
|
#include "src/PortableMath.c"
|
|
|
|
#include "src/TransferFunction.c"
|
|
|
|
#include "src/Transform.c"
|