12 lines
228 B
Plaintext
12 lines
228 B
Plaintext
|
|
# 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_sources = [
|
||
|
|
"skcms.cc",
|
||
|
|
"skcms.h",
|
||
|
|
"skcms_internal.h",
|
||
|
|
"src/Transform_inl.h",
|
||
|
|
]
|