CosmicBagel / cpp_template

My cpp template project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My cpp project template

Setup

cp CMakeUserPresets.sample.json CMakeUserPresets.json
cmake --preset Debug_x64
# or 
cmake --preset Release_x64

Build

cd build/Debug_x64 # or Release_x64
make

Lint

./lint.sh

About

My cpp template project

License:MIT License


Languages

Language:CMake 88.4%Language:Shell 6.1%Language:C++ 5.5%