An open API service indexing awesome lists of open source software.

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++

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
```