mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
libuv: Update build within CMake
Update our CMake build rules to account for upstream changes.
This commit is contained in:
parent
ed17516b31
commit
223d92e0f9
@ -143,6 +143,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
_DARWIN_UNLIMITED_SELECT=1
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/bsd-ifaddrs.c
|
||||
src/unix/darwin.c
|
||||
src/unix/darwin-proctitle.c
|
||||
src/unix/fsevents.c
|
||||
@ -175,8 +176,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
|
||||
include/uv-bsd.h
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/bsd-ifaddrs.c
|
||||
src/unix/freebsd.c
|
||||
src/unix/kqueue.c
|
||||
src/unix/posix-hrtime.c
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -188,8 +191,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
|
||||
include/uv-bsd.h
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/bsd-ifaddrs.c
|
||||
src/unix/netbsd.c
|
||||
src/unix/kqueue.c
|
||||
src/unix/posix-hrtime.c
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -201,8 +206,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "OpenBSD")
|
||||
include/uv-bsd.h
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/bsd-ifaddrs.c
|
||||
src/unix/openbsd.c
|
||||
src/unix/kqueue.c
|
||||
src/unix/posix-hrtime.c
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user