mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #11544 from jmallach/spng
Allow building against system libspng
This commit is contained in:
@ -157,7 +157,7 @@ PRIVATE
|
||||
${CURL_LIBRARIES}
|
||||
FatFs
|
||||
${ICONV_LIBRARIES}
|
||||
spng
|
||||
${spng_target}
|
||||
${VTUNE_LIBRARIES}
|
||||
)
|
||||
|
||||
|
@ -81,7 +81,7 @@ PUBLIC
|
||||
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
spng
|
||||
${spng_target}
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
@ -183,7 +183,7 @@ PUBLIC
|
||||
core
|
||||
PRIVATE
|
||||
fmt::fmt
|
||||
spng
|
||||
${spng_target}
|
||||
xxhash
|
||||
imgui
|
||||
implot
|
||||
|
Reference in New Issue
Block a user