Ecosyste.ms: Awesome
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: 18 days ago
JSON representation
Build uWebSockets with CMake.
- Host: GitHub
- URL: https://github.com/tony-go/cmake-uwebsockets
- Owner: tony-go
- Created: 2024-03-28T09:56:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T09:59:57.000Z (10 months ago)
- Last Synced: 2024-12-09T22:26:53.648Z (about 2 months ago)
- Topics: cmake, cpp, usockets, uwebsockets
- Language: CMake
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build uWebSockets with CMake
Run these commands:
```
mkdir buildcd build
cmake ..
cmake --build .
```