Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gnimuc/carotid
https://github.com/gnimuc/carotid
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gnimuc/carotid
- Owner: Gnimuc
- License: mit
- Created: 2024-02-22T13:44:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T11:07:32.000Z (7 months ago)
- Last Synced: 2024-04-13T20:54:56.250Z (7 months ago)
- Language: C++
- Size: 217 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Carotid
[![CI](https://github.com/Gnimuc/Carotid/actions/workflows/CI.yml/badge.svg)](https://github.com/Gnimuc/Carotid/actions/workflows/CI.yml)
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://gnimuc.github.io/Carotid)## Build
```
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=~/your_install_prefix_dir
cmake --build build --config Release
ctest --Release
```