Add a meson.build file in the toplevel folder

This commit is contained in:
Thibault Saunier 2017-09-04 22:38:04 -03:00
parent c35a345041
commit 9f9acbfdf4
3 changed files with 3 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
subdir('Source')