Remember to add the new file to the build system...

This commit is contained in:
David Given
2019-01-10 23:19:24 +01:00
parent ed8381c74c
commit 564fb63685

View File

@@ -21,6 +21,7 @@ felib = shared_library('felib',
'lib/image.cc',
'lib/crc.cc',
'lib/hexdump.cc',
'lib/sector.cc',
'lib/sectorset.cc',
],
include_directories: [fmtinc],