Sign in
android
/
platform
/
hardware
/
google
/
gfxstream
/
7dfbb0ef814929ec6c89156e14db516dc59d0417
/
.
/
third-party
/
stb
/
CMakeLists.txt
blob: 5f94ad47adb373cb47187da6810015ce36ae39c6 [
file
] [
log
] [
blame
]
if (NOT TARGET gfxstream_stb)
add_library(gfxstream_stb
src/stb_image.cpp
src/stb_image_write.cpp)
target_include_directories(gfxstream_stb
PUBLIC
include)
endif()