mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:00:08 +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
|
|
@ -231,7 +231,8 @@ endif()
|
|||
|
||||
target_include_directories(scwx-qt PUBLIC ${scwx-qt_SOURCE_DIR}/source
|
||||
${FTGL_INCLUDE_DIR}
|
||||
${MBGL_INCLUDE_DIR})
|
||||
${MBGL_INCLUDE_DIR}
|
||||
${STB_INCLUDE_DIR})
|
||||
|
||||
target_include_directories(supercell-wx PUBLIC ${scwx-qt_SOURCE_DIR}/source)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue