Meson: Set VS startup project

This commit is contained in:
DankParrot 2020-08-09 16:15:07 -07:00
parent a11ad5ba47
commit 0bf6b2c232
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
project('FeatherMC', ['c', 'cpp'], version : '0.0', meson_version : '>= 0.55', default_options : [
'warning_level=2',
'backend_startup_project=FeatherMC'
])
add_project_arguments('-DNOMINMAX', language : 'cpp')