Files
libaaruformat/tool/CMakeLists.txt

5 lines
149 B
CMake
Raw Normal View History

project(aaruformattool)
add_executable(aaruformattool main.c main.h aaruformattool.h identify.c)
target_link_libraries(aaruformattool "aaruformat")