Add compare command to tool.

This commit is contained in:
2025-08-06 02:14:49 +01:00
parent b06078b041
commit 9a7eeb4a75
8 changed files with 4790 additions and 4 deletions

View File

@@ -6,9 +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)
commands.h commands.c usage.h usage.c compare.c termbox2.h)
target_link_libraries(aaruformattool "aaruformat" argtable3::argtable3)
target_link_libraries(aaruformattool "aaruformat" ICU::uc)