The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
365 B

[binaries]
c = 'cl'
cpp = 'cl'
ar = 'lib'
windres = 'rc'
[built-in options]
c_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP']
c_link_args = ['-APPCONTAINER', 'WindowsApp.lib']
cpp_args = ['-DWINAPI_FAMILY=WINAPI_FAMILY_APP']
cpp_link_args = ['-APPCONTAINER', 'WindowsApp.lib']
[host_machine]
system = 'windows'
cpu_family = 'aarch64'
cpu = 'armv8'
endian = 'little'