mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 13:19:00 +00:00
Include epoll-shim library (#3312)
This commit is contained in:
committed by
GitHub
parent
d46792da94
commit
923c5f3ef5
4
externals/CMakeLists.txt
vendored
4
externals/CMakeLists.txt
vendored
@@ -229,4 +229,8 @@ if (APPLE)
|
||||
if (NOT TARGET MoltenVK)
|
||||
add_subdirectory(MoltenVK)
|
||||
endif()
|
||||
|
||||
if (NOT TARGET epoll-shim)
|
||||
add_subdirectory(epoll-shim)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
1
externals/epoll-shim
vendored
Submodule
1
externals/epoll-shim
vendored
Submodule
Submodule externals/epoll-shim added at 18159584bb
Reference in New Issue
Block a user