https://github.com/bomkvilt/gremlin
A set of CMake scripts that makes c ++ development a bit easier: Modules, Unit tests, ....
https://github.com/bomkvilt/gremlin
cmake-scripts cpp guards
Last synced: 5 months ago
JSON representation
A set of CMake scripts that makes c ++ development a bit easier: Modules, Unit tests, ....
- Host: GitHub
- URL: https://github.com/bomkvilt/gremlin
- Owner: bomkvilt
- License: mit
- Archived: true
- Created: 2019-03-23T17:11:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T13:38:18.000Z (about 2 years ago)
- Last Synced: 2025-08-29T06:23:41.317Z (6 months ago)
- Topics: cmake-scripts, cpp, guards
- Language: CMake
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gremlin
A set of CMake scripts that makes c ++ development a bit easier: Modules, Unit tests, ...
## Features
## Downloading
```
git submodule add https://github.com/bomkvilt/gremlin cmake/gremlin
```
## Examples
- [complex example project](example)