An open API service indexing awesome lists of open source software.

https://github.com/tony-go/cmake-libhv

Basic CMake configuration to consume libhv from CMake.
https://github.com/tony-go/cmake-libhv

Last synced: 3 months ago
JSON representation

Basic CMake configuration to consume libhv from CMake.

Awesome Lists containing this project

README

        

## cmake-libhv

Run these commands:

```
mkdir build

cd build

cmake ..

cmake --build .
```