mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
8d7d7815e2
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@ -69,7 +69,7 @@ if (NOT TARGET ZLIB::ZLIB)
|
|||||||
FetchContent_MakeAvailable(ZLIB)
|
FetchContent_MakeAvailable(ZLIB)
|
||||||
add_library(ZLIB::ZLIB ALIAS zlib)
|
add_library(ZLIB::ZLIB ALIAS zlib)
|
||||||
# libpng expects this variable to exist after its find_package(ZLIB)
|
# libpng expects this variable to exist after its find_package(ZLIB)
|
||||||
get_target_property(ZLIB_INCLUDE_DIRS zlib INTERFACE_INCLUDE_DIRECTORIES)
|
set(ZLIB_INCLUDE_DIRS "${FETCHCONTENT_BASE_DIR}/zlib-build")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# SDL3
|
# SDL3
|
||||||
|
Loading…
Reference in New Issue
Block a user