mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 23:10:05 +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/stb.cmake
vendored
Normal file
4
external/stb.cmake
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.19)
|
||||
set(PROJECT_NAME scwx-stb)
|
||||
|
||||
set(STB_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/stb PARENT_SCOPE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue