Lucashw68 / cpp-template

C++ boilerplate with meson build system and github actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-template

Linux Macos Windows

  • Cross-platform C++ boilerplate with meson build system

Linux / MacOS

  • Build
chmod +x ./build
./build
  • Clean
chmod +x ./clean
./clean

Windows

  • Build
meson setup Dist/
cd Dist/ && ninja
  • Clean
rd /s /q "Dist"

About

C++ boilerplate with meson build system and github actions


Languages

Language:Shell 56.9%Language:Meson 35.1%Language:C++ 8.0%