- Sample project of libuv using CMake.
- Code is copied from https://github.com/nikhilm/uvbook
.cmake
file is from https://github.com/luvit/luv
git submodule update --init --recursive
$ mkdir build
$ cd build
$ cmake ..
$ make