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.
 
 
 

8 lines
295 B

add_executable(torrent2json "torrent2json.c")
add_executable(json2torrent "json2torrent.c")
target_link_libraries(torrent2json ${BUILD_LIBS})
target_link_libraries(json2torrent ${BUILD_LIBS})
install(TARGETS torrent2json json2torrent
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")