feat: complete blob-extractor.

This commit is contained in:
2025-03-01 14:18:21 +08:00
parent f5cd2cd886
commit 5bd1a582f9
2 changed files with 53 additions and 91 deletions

View File

@@ -48,14 +48,13 @@ target('libdi')
add_files('src/**.cpp')
set_pcxxheader('src/pch.h')
remove_files('src/tools/**')
set_basename('di')
add_packages(
'nlohmann_json'
)
remove_files('src/tools/**')
target('askrva')
set_kind('binary')
add_deps('libdi')
@@ -78,6 +77,11 @@ target('blob-extractor')
add_files('src/tools/blob-extractor/**.cpp')
set_pcxxheader('src/pch.h')
add_packages(
'nlohmann_json',
'argparse'
)
target('dumpsym')
set_kind('shared')
add_deps('libdi')