From 6db7b35236b81a73047a47c0f70f8befbf2ca51f Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 16 Jan 2018 11:50:49 -0500 Subject: libuv: Update build within CMake Update our CMake build rules to account for upstream changes. --- Utilities/cmlibuv/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Utilities/cmlibuv/CMakeLists.txt b/Utilities/cmlibuv/CMakeLists.txt index 4c8e228..ba1638e 100644 --- a/Utilities/cmlibuv/CMakeLists.txt +++ b/Utilities/cmlibuv/CMakeLists.txt @@ -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() -- cgit v0.12