blob: f5af0844c12df1e39e831c0776150fd10a2dabc5 [file] [log] [blame]
config("cksum_config") {
include_dirs = [ "include" ]
}
static_library("cksum") {
sources = [
"adler32.c",
"crc16.c",
"crc32.c",
"crc32.h",
"zutil.h",
]
public = [
"include/lib/cksum.h",
]
public_configs = [ ":cksum_config" ]
}