Erwin Jansen | b45c014 | 2024-03-15 14:36:45 -0700 | [diff] [blame] | 1 | cc_library( |
2 | name = "gfxstream_stb", | ||||
3 | srcs = [ | ||||
4 | "src/stb_image.cpp", | ||||
5 | "src/stb_image_write.cpp", | ||||
6 | ], | ||||
7 | hdrs = glob(["include/stb/*.h"]), | ||||
8 | includes = ["include"], | ||||
9 | visibility = ["//visibility:public"], | ||||
10 | ) |