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.
18 lines
378 B
18 lines
378 B
[binaries] |
|
c = 'cl' |
|
cpp = 'cl' |
|
fc = 'false' |
|
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'
|
|
|