Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to build CMake against a system libuv | Brad King | 2016-08-31 | 1 | -0/+6 |
| | | | | Create a CMAKE_USE_SYSTEM_LIBUV option. | ||||
* | libuv: Build the library within CMake | Brad King | 2016-08-31 | 1 | -0/+17 |
Take logic from upstream `Makefile.am` and `configure.ac` to build libuv sources. Update `uv.h` to include KWSys Large File Support configuration so that consistent stream libraries are used (on AIX with XL). Add a `cm_uv.h` header to include the CMake-provided copy of the `uv.h` header from CMake sources. |