diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4839803..d9a9cfb 100644 --- a/src/CMakeLists.txt +++ b/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")