mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Implement info command in aaruformattool to dump all internal information from and image, and the library's context.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
project(aaruformattool)
|
||||
|
||||
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c)
|
||||
target_link_libraries(aaruformattool "aaruformat")
|
||||
find_package(ICU COMPONENTS uc REQUIRED)
|
||||
|
||||
include_directories(${ICU_INCLUDE_DIRS})
|
||||
|
||||
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c info.c)
|
||||
target_link_libraries(aaruformattool "aaruformat" ICU::uc)
|
||||
|
||||
Reference in New Issue
Block a user