mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Add bencode, create torrent file, read torrent file and random number generator
This commit is contained in:
@@ -62,7 +62,6 @@ src/TF_Init.cpp
|
||||
src/HiddenField.cpp
|
||||
src/BitTorrent/TorrentFile.cpp
|
||||
src/BitTorrent/TorrentStream.cpp
|
||||
src/BitTorrent/TorrentManager.cpp
|
||||
)
|
||||
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
|
||||
@@ -405,12 +404,6 @@ add_executable(tclearwebseed apps/tclearwebseed.cpp)
|
||||
target_link_libraries(tclearwebseed PUBLIC tessesframework)
|
||||
install(TARGETS tclearwebseed DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
|
||||
add_executable(tdownloadsingletorrent apps/tdownloadsingletorrent.cpp)
|
||||
|
||||
target_link_libraries(tdownloadsingletorrent PUBLIC tessesframework)
|
||||
install(TARGETS tdownloadsingletorrent DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
|
||||
|
||||
add_executable(trng apps/trng.cpp)
|
||||
|
||||
target_link_libraries(trng PUBLIC tessesframework)
|
||||
|
||||
Reference in New Issue
Block a user