Explorar el Código

libuv: Update CMake-internal buildsystem

Brad King hace 4 años
padre
commit
8e7bb62bd5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Utilities/cmlibuv/CMakeLists.txt

+ 1 - 0
Utilities/cmlibuv/CMakeLists.txt

@@ -202,6 +202,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
     )
   list(APPEND uv_defines _GNU_SOURCE)
   list(APPEND uv_sources
+    src/unix/epoll.c
     src/unix/linux-core.c
     src/unix/linux-inotify.c
     src/unix/linux-syscalls.c