Move the browser's popup menu to its own file

This commit is contained in:
2022-07-04 20:16:18 +02:00
parent b87a109d61
commit a1b2225750
4 changed files with 222 additions and 183 deletions

View File

@@ -103,7 +103,7 @@ tiff_tables = custom_target('tiff-tables.h',
capture : true,
)
exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-io.c',
exe = executable('fiv', 'fiv.c', 'fiv-view.c', 'fiv-io.c', 'fiv-context-menu.c',
'fiv-browser.c', 'fiv-sidebar.c', 'fiv-thumbnail.c', 'xdg.c', resources,
install : true,
dependencies : [dependencies])