Merge pull request #2 from thiblahute/master
Add a meson.build file in the toplevel folder
This commit is contained in:
commit
7b66d3f50f
3 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
||||||
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
|
|
||||||
|
|
||||||
if host_machine.system() == 'windows'
|
if host_machine.system() == 'windows'
|
||||||
if host_machine.cpu() == 'amd64'
|
if host_machine.cpu() == 'amd64'
|
||||||
add_project_arguments('-define:WIN64LONGS', language: 'cs')
|
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