Browse Source

= last minute fix

master
Alex 'AdUser' Z 13 years ago
parent
commit
969450fea2
  1. 2
      src/CMakeLists.txt

2
src/CMakeLists.txt

@ -4,5 +4,5 @@ add_executable(json2torrent "json2torrent.c")
target_link_libraries(torrent2json ${BUILD_LIBS})
target_link_libraries(json2torrent ${BUILD_LIBS})
install(TARGETS torrent2json torrent2json
install(TARGETS torrent2json json2torrent
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin")

Loading…
Cancel
Save