Implement hex print in tool

This commit is contained in:
2022-10-12 13:08:54 +01:00
parent 0837a549b7
commit a373388c3a
3 changed files with 120 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ find_package(ICU COMPONENTS uc REQUIRED)
include_directories(${ICU_INCLUDE_DIRS})
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c info.c helpers.c)
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c info.c helpers.c printhex.c)
target_link_libraries(aaruformattool "aaruformat" ICU::uc)