mirror of
https://github.com/reactos/CMake.git
synced 2024-12-02 00:26:18 +00:00
libuv: Update build within CMake
Update our CMake build rules to account for upstream changes.
This commit is contained in:
parent
b58d48c15f
commit
6db7b35236
@ -26,6 +26,7 @@ set(uv_sources
|
||||
src/threadpool.c
|
||||
src/uv-common.c
|
||||
src/uv-common.h
|
||||
src/uv-data-getter-setters.c
|
||||
src/version.c
|
||||
)
|
||||
if(WIN32)
|
||||
@ -130,6 +131,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "AIX")
|
||||
)
|
||||
list(APPEND uv_sources
|
||||
src/unix/aix.c
|
||||
src/unix/aix-common.c
|
||||
)
|
||||
endif()
|
||||
|
||||
@ -170,7 +172,6 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
src/unix/fsevents.c
|
||||
src/unix/kqueue.c
|
||||
src/unix/proctitle.c
|
||||
src/unix/pthread-barrier.c
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user