UEFITool/UEFIFind/meson.build

17 lines
204 B
Meson
Raw Normal View History

2022-09-02 06:55:20 -04:00
executable(
'UEFIFind',
sources: [
'uefifind_main.cpp',
'uefifind.cpp',
],
link_with: [
lzma,
bstrlib,
uefitoolcommon,
],
dependencies: [
zlib,
],
install: true,
)