1add_library( 2 gfxstream_common_image.headers 3 INTERFACE) 4target_include_directories( 5 gfxstream_common_image.headers 6 INTERFACE 7 include) 8add_library( 9 gfxstream_common_image 10 ImageUtils.cpp) 11target_link_libraries( 12 gfxstream_common_image 13 PUBLIC 14 gfxstream_stb 15 gfxstream_common_image.headers)