Skip to content
/ cpp-template Public template

C++ boilerplate with meson build system and github actions

Notifications You must be signed in to change notification settings

Lucashw68/cpp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"