Skip to content

Commit

Permalink
Merge branch 'shadps4-emu:main' into mainBB
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolix29 authored Dec 2, 2024
2 parents ffd7e6f + 3dc0f6d commit fe9a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if (NOT TARGET ZLIB::ZLIB)
FetchContent_MakeAvailable(ZLIB)
add_library(ZLIB::ZLIB ALIAS 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()

# SDL3
Expand Down

0 comments on commit fe9a257

Please sign in to comment.