Include epoll-shim library (#3312)

This commit is contained in:
Marcin Mikołajczyk
2025-07-25 15:53:46 +02:00
committed by GitHub
parent d46792da94
commit 923c5f3ef5
4 changed files with 10 additions and 1 deletions

View File

@@ -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

Submodule externals/epoll-shim added at 18159584bb