mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
libuv: Update build within CMake
Update our CMake build rules to account for upstream changes.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user