Skip to content
  • Sam Thursfield's avatar
    Fixes to Meson build system · 1ef2fb92
    Sam Thursfield authored
    First, instead of using add_global_arguments() we now use a variable
    to set global compiler args. It turns out that add_global_arguments()
    is broken if you ever want to include your project as a subproject of
    something else.
    
    Second, dependencies weren't being specified correctly. These are
    hopefully now fixed to avoid any more random build failures.
    1ef2fb92