mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Add stb header library for texture atlas dependency
This commit is contained in:
parent
4b1d63ea62
commit
365cc7c02c
5 changed files with 13 additions and 2 deletions
4
external/CMakeLists.txt
vendored
4
external/CMakeLists.txt
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue