1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

build / linux / unbundle / crc32c.gn [blame]

import("//build/shim_headers.gni")

shim_headers("crc32c_shim") {
  root_path = "src/include"
  headers = [ "crc32c/crc32c.h" ]
}

source_set("crc32c") {
  deps = [ ":crc32c_shim" ]
  libs = [ "crc32c" ]
}