mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05: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-inotify.c
|
||||||
src/unix/linux-syscalls.c
|
src/unix/linux-syscalls.c
|
||||||
src/unix/linux-syscalls.h
|
src/unix/linux-syscalls.h
|
||||||
|
src/unix/procfs-exepath.c
|
||||||
src/unix/proctitle.c
|
src/unix/proctitle.c
|
||||||
|
src/unix/sysinfo-loadavg.c
|
||||||
|
src/unix/sysinfo-memory.c
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@@ -249,6 +252,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
list(APPEND uv_sources
|
list(APPEND uv_sources
|
||||||
|
src/unix/no-proctitle.c
|
||||||
src/unix/sunos.c
|
src/unix/sunos.c
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user