mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-01 07:46:59 +00:00
Add a meson.build file in the toplevel folder
This commit is contained in:
parent
c35a345041
commit
9f9acbfdf4
|
@ -1,5 +1,3 @@
|
|||
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
if host_machine.cpu() == 'amd64'
|
||||
add_project_arguments('-define:WIN64LONGS', language: 'cs')
|
||||
|
|
3
meson.build
Normal file
3
meson.build
Normal file
|
@ -0,0 +1,3 @@
|
|||
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
|
||||
|
||||
subdir('Source')
|
Loading…
Reference in a new issue