rtbo / simple-meson-d

Kind of minimal example of using MESON with D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kind of minimal example of using MESON with D.

configure, build and test:

DC=dmd meson setup build  # configure
cd build
meson compile             # build
application/application   # run application
meson test                # run unittests

About

Kind of minimal example of using MESON with D


Languages

Language:Meson 73.9%Language:D 26.1%