Playground to experiment with new C++ features and tooling.
- CMake 53%
- Python 27.9%
- C++ 19.1%
C++ Playground
Playground to experiment with new C++ features and tooling.
Setup
Pre-requisites
- CMake 4 or later.
- GCC 14 or later.
- Conan must be installed.
- Clang-Tidy
- Clang-Format
Configure and build
Debug
conan install -s build_type=Debug
cmake --preset conan_debug
cmake --build --preset conan_debug
Release
conan install .
cmake --preset conan_release
cmake --build --preset conan_release