mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
18 lines
231 B
Meson
18 lines
231 B
Meson
|
executable(
|
||
|
'UEFIExtract',
|
||
|
sources: [
|
||
|
'uefiextract_main.cpp',
|
||
|
'ffsdumper.cpp',
|
||
|
'uefidump.cpp',
|
||
|
],
|
||
|
link_with: [
|
||
|
lzma,
|
||
|
bstrlib,
|
||
|
uefitoolcommon,
|
||
|
],
|
||
|
dependencies: [
|
||
|
zlib,
|
||
|
],
|
||
|
install: true,
|
||
|
)
|