mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
17 lines
204 B
Meson
17 lines
204 B
Meson
|
executable(
|
||
|
'UEFIFind',
|
||
|
sources: [
|
||
|
'uefifind_main.cpp',
|
||
|
'uefifind.cpp',
|
||
|
],
|
||
|
link_with: [
|
||
|
lzma,
|
||
|
bstrlib,
|
||
|
uefitoolcommon,
|
||
|
],
|
||
|
dependencies: [
|
||
|
zlib,
|
||
|
],
|
||
|
install: true,
|
||
|
)
|