Add a prototype of a directory view widget

This commit is contained in:
2021-10-17 15:38:27 +02:00
parent dff4e316bb
commit de9e91e9a5
6 changed files with 298 additions and 11 deletions

View File

@@ -20,6 +20,7 @@ configure_file(
)
executable('fastiv', 'fastiv.c', 'fastiv-view.c', 'fastiv-io.c',
'fastiv-browser.c',
install : true,
dependencies : [dependencies])