mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
cmake: unbundle stb (#1601)
This commit is contained in:
committed by
GitHub
parent
642dedea8c
commit
874508f8c2
7
externals/CMakeLists.txt
vendored
7
externals/CMakeLists.txt
vendored
@@ -222,3 +222,10 @@ endif()
|
||||
|
||||
# GCN Headers
|
||||
add_subdirectory(gcn)
|
||||
|
||||
# stb
|
||||
if (NOT TARGET stb::headers)
|
||||
add_library(stb INTERFACE)
|
||||
target_include_directories(stb INTERFACE stb)
|
||||
add_library(stb::headers ALIAS stb)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user