adding in meson building for easier dependency management
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
project('flowy', 'cpp')
|
||||
|
||||
gtkmm_dep = dependency('gtkmm-4.0', version: '>= 4.6.0')
|
||||
|
||||
exe_file = executable('flowy',
|
||||
'src/main.cpp',
|
||||
dependencies: gtkmm_dep,
|
||||
win_subsystem: 'windows',
|
||||
)
|
||||
Reference in New Issue
Block a user