Add snippet tool to interact with AaruFormat images.

This commit is contained in:
2022-10-02 17:39:25 +01:00
parent a610610f66
commit 39a5fb0b23
6 changed files with 191 additions and 1 deletions

4
tool/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
project(aaruformattool)
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c)
target_link_libraries(aaruformattool "aaruformat")