blob: 9a0dfc52d920a5f55707a2159d0e64e92c538a5b [file] [log] [blame]
add_library(
gfxstream_common_image.headers
INTERFACE)
target_include_directories(
gfxstream_common_image.headers
INTERFACE
include)
add_library(
gfxstream_common_image
ImageUtils.cpp)
target_link_libraries(
gfxstream_common_image
PUBLIC
gfxstream_stb
gfxstream_common_image.headers)