richardhundt / luv

libuv bindings for Lua
Apache License 2.0
118 stars 19 forks source link

cmake build #17

Open dvv opened 11 years ago

dvv commented 11 years ago

i drafted a cmake build here https://github.com/dvv/luv-1/tree/cmake . please, feedback if it's feasible to have in master. libzmq just started cmake for windows, libuv has cmake build thanks to @okuoku , luv per se is trivial to cmake-build.

dvv commented 11 years ago

@okuoku: please update your file -- https://github.com/dvv/luv-1/blob/cmake/cmake/uv/CMakeLists.txt. the main difference is libuv has dropped dep on eio. tia

dvv commented 11 years ago

have updated the branch heavily

dvv commented 11 years ago

sent a pr #20