somewhat working

This commit is contained in:
talksik
2023-07-23 13:30:00 -07:00
parent 591b1cf7e0
commit 9f880edd7d
6 changed files with 141 additions and 39 deletions
+4 -1
View File
@@ -4,7 +4,10 @@ gtkmm_dep = dependency('gtkmm-4.0', version: '>= 4.6.0')
gstreamer_dep = dependency('gstreamer-1.0')
exe_file = executable('flowy',
'src/main.cpp',
sources: [
'src/main.cpp',
'src/local_capture.cpp'
],
dependencies: [gtkmm_dep, gstreamer_dep],
win_subsystem: 'windows',
)