Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2cffe85fd91e8eda6414506543f9cb3ee83e6880
/
.
/
third_party
/
cimg
/
BUILD
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"
,
],
)