Hi All,

I've just created CMake support for libuv: 
https://github.com/tamaskenez/libuv-cmake.
Users, testers and contributors are welcome!

I know cmake support is not on the roadmap that's why I'm not going to send 
a pull-request for this.

Features:

- Supports all platforms mentioned in Makefile.am/uv.gyp (but tested only 
on Linux, Mac, Windows)
- Builds and installs `run-tests` and `run-benchmarks`, too.
- Supports building shared lib (and Windows tests pass, unlike uv.gyp)
- Installs a config-module `libuv-cmake.cmake` for find_package which 
provides an import library target `libuv`
- Contains a simple test script which builds `libuv` and builds and runs 
`run-tests` in separate source-tree to test the config-module
- Expects CMake version >= 3.0 (I'll add support for 2.8.11 upon request)

You can test the cmake build with these lines:

    git clone https://github.com/tamaskenez/libuv-cmake
    cd libuv-cmake
    ./cmake-testbuild.sh

Cheers,
Tamas

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to