blob: 572cb610ef53444cc4add975ccd6b0d3a288776f [file] [log] [blame]
# Copyright 2022 Google LLC
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("skcms.gni")
static_library("skcms") {
cflags = []
if (!is_win || is_clang) {
cflags += [ "-std=c11" ]
}
public = skcms_public_headers
sources = skcms_sources
}