libuv: Update build within CMake

Update our CMake build rules to account for upstream changes.
This commit is contained in:
Brad King 2017-05-26 13:48:48 -04:00
parent 1ebb421bfc
commit 478ce1c7b4

View File

@ -164,7 +164,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
src/unix/linux-inotify.c
src/unix/linux-syscalls.c
src/unix/linux-syscalls.h
src/unix/procfs-exepath.c
src/unix/proctitle.c
src/unix/sysinfo-loadavg.c
src/unix/sysinfo-memory.c
)
endif()
@ -249,6 +252,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
)
endif()
list(APPEND uv_sources
src/unix/no-proctitle.c
src/unix/sunos.c
)
endif()