mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
5 lines
149 B
CMake
5 lines
149 B
CMake
|
|
project(aaruformattool)
|
||
|
|
|
||
|
|
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c)
|
||
|
|
target_link_libraries(aaruformattool "aaruformat")
|