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

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

Build uWebSockets with CMake.
https://github.com/tony-go/cmake-uwebsockets

cmake cpp usockets uwebsockets

Last synced: 3 months ago
JSON representation

Build uWebSockets with CMake.

Awesome Lists containing this project

README

        

## Build uWebSockets with CMake

Run these commands:

```
mkdir build

cd build

cmake ..

cmake --build .
```