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.
- Host: GitHub
- URL: https://github.com/tony-go/cmake-libhv
- Owner: tony-go
- Created: 2024-03-28T15:13:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T15:13:18.000Z (about 1 year ago)
- Last Synced: 2025-02-04T16:17:06.520Z (5 months ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## cmake-libhv
Run these commands:
```
mkdir buildcd build
cmake ..
cmake --build .
```