blob: 0dfc79b9a8e03161596b8f333b346c7d0828e967 [file] [log] [blame]
licenses(["notice"])
cc_library(
name = "CImg",
hdrs = glob([
"CImg.h",
"plugins/*.h",
]),
visibility = ["//visibility:public"],
deps = [
"//third_party/libjpeg",
],
)