somewhat working
This commit is contained in:
+4
-1
@@ -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',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user