blob: fc73f38ab1c4358720e59bbf37fdaf7f032483d8 [file] [log] [blame]
licenses(["notice"])
cc_library(
name = "CImg",
hdrs = glob([
"CImg.h",
"plugins/*.h",
]),
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
deps = [
"//third_party/libjpeg",
],
)