Improve meson build.
-Add all required packages as wrap dependencies -Move source lsitnings to separate files -Proper dependencies declarations -Set global D compiler arguments -Add few asserts -Add test exe -Other small improvements Tested with dmd with betterC, demos executable has to be run from 'demos' directory to properly load assets.
This commit is contained in:
parent
00386ed529
commit
66b5807368
16 changed files with 314 additions and 104 deletions
|
|
@ -1,3 +1,3 @@
|
|||
option('betterC', type: 'boolean', value: false)
|
||||
option('BuildDemos', type: 'boolean', value: false)
|
||||
option('betterC', type: 'boolean', value: true)
|
||||
option('BuildDemos', type: 'boolean', value: true)
|
||||
option('LTO', type: 'boolean', value: false)
|
||||
Loading…
Add table
Add a link
Reference in a new issue