Add CLI comparison command for AaruFormat images

This commit is contained in:
2025-09-29 14:45:55 +01:00
parent d5e45a92fe
commit 0f31aa1562
7 changed files with 224 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ find_package(Argtable3 CONFIG REQUIRED)
include_directories(${ICU_INCLUDE_DIRS})
add_executable(aaruformattool main.c version.h aaruformattool.h identify.c info.c helpers.c read.c printhex.c verify.c ecc_cd.c
commands.h commands.c usage.h usage.c compare.c convert.c termbox2.h)
commands.h commands.c usage.h usage.c compare.c cli_compare.c convert.c termbox2.h)
target_link_libraries(aaruformattool "aaruformat" argtable3::argtable3)
target_link_libraries(aaruformattool "aaruformat" ICU::uc)