Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 704 Bytes

meson-template

Template repository for C++ projects using meson.

Features

Initializing meson

Command to generate release build dir

CC=gcc-11 CXX=g++-11 meson setup build --buildtype=release