Alex 'AdUser' Z
13 years ago
2 changed files with 4 additions and 4 deletions
@ -1,8 +1,8 @@ |
|||||||
add_executable(torrent2json "torrent2json.c") |
add_executable(torrent2json "torrent2json.c") |
||||||
#add_executable(json2torrent "json2torrent.c") |
add_executable(json2torrent "json2torrent.c") |
||||||
|
|
||||||
target_link_libraries(torrent2json ${BUILD_LIBS}) |
target_link_libraries(torrent2json ${BUILD_LIBS}) |
||||||
#target_link_libraries(json2torrent ${BUILD_LIBS}) |
target_link_libraries(json2torrent ${BUILD_LIBS}) |
||||||
|
|
||||||
install(TARGETS torrent2json |
install(TARGETS torrent2json torrent2json |
||||||
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") |
RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") |
||||||
|
Loading…
Reference in new issue