ded7a5586a
Adding roll.sh to make it easy. Change-Id: I7887c5f9a41c5b68a5dec89ebc8ac86a1707fef6 Reviewed-on: https://skia-review.googlesource.com/120120 Reviewed-by: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
17 lines
431 B
C
17 lines
431 B
C
/*
|
|
* 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"
|
|
#include "src/PortableMath.c"
|
|
#include "src/TF13.c"
|
|
#include "src/TransferFunction.c"
|
|
#include "src/Transform.c"
|