Skip to content

rtbo/simple-meson-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published