You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

7 lines
312 B

set(SOURCES "filelist.c" "group.c" "main.c")
add_executable("simdb-fdupes" ${SOURCES})
set_property(TARGET "simdb-fdupes" PROPERTY LINK_FLAGS "-Wl,--as-needed")
target_link_libraries("simdb-fdupes" "magic")
target_link_libraries("simdb-fdupes" "simdb")
install(TARGETS "simdb-fdupes" RUNTIME DESTINATION "bin")