Add stb header library for texture atlas dependency

This commit is contained in:
Dan Paulat 2022-10-04 23:24:21 -05:00
parent 4b1d63ea62
commit 365cc7c02c
5 changed files with 13 additions and 2 deletions

View file

@ -6,8 +6,10 @@ set_property(DIRECTORY
PROPERTY CMAKE_CONFIGURE_DEPENDS
freetype-gl.cmake
hsluv-c.cmake
mapbox-gl-native.cmake)
mapbox-gl-native.cmake
stb.cmake)
include(freetype-gl.cmake)
include(hsluv-c.cmake)
include(mapbox-gl-native.cmake)
include(stb.cmake)