Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arashem/cpp-sample

Just basic cpp project based on CMake
https://github.com/arashem/cpp-sample

Last synced: 10 days ago
JSON representation

Just basic cpp project based on CMake

Awesome Lists containing this project

README

        

# Introduction
It's just a hobby modern c++ project which I don't know what will be do yet :-)
I'm gladly using `ISO c++17`

# Build
Simple `Cmake` project
```bash
cmake -B build-dir -S ./
cmake --build build-dir
```