https://github.com/cschladetsch/skeleton
Basic system for using Json, Boost and Catch2 with CMake and C++
https://github.com/cschladetsch/skeleton
boost catch2 cmake json skeleton
Last synced: about 1 year ago
JSON representation
Basic system for using Json, Boost and Catch2 with CMake and C++
- Host: GitHub
- URL: https://github.com/cschladetsch/skeleton
- Owner: cschladetsch
- License: mit
- Created: 2024-04-21T08:25:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T14:08:52.000Z (about 2 years ago)
- Last Synced: 2025-02-05T00:43:15.311Z (over 1 year ago)
- Topics: boost, catch2, cmake, json, skeleton
- Language: CMake
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Skeleton
Basic C++17 framework using [CMake](cmake.org) 3.27 that supports:
* [Boost](boost.org) 1.84
* [Nohlmann Json](https://github.com/nlohmann/json)
* [Catch2](https://github.com/catchorg/Catch2)
It is trivial to change versions of C++, CMake by reading [CMakeLists.txt](CMakeLists.txt)
## Building
To build from scratch:
```bash
$ git clone git@github.com:cschladetsch/Skeleton.git project
$ cd project
$ ./boot
```