blob: b0ffadb96dede64f80650be5608209341cc4783b [file] [log] [blame]
Erwin Jansenb45c0142024-03-15 14:36:45 -07001cc_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)