premiere-libtorrent/tools/CMakeLists.txt

6 lines
204 B
CMake
Raw Normal View History

2018-04-27 16:37:15 +02:00
add_executable(dht dht_put.cpp)
target_link_libraries(dht PRIVATE torrent-rasterbar)
add_executable(session_log_alerts session_log_alerts.cpp)
target_link_libraries(session_log_alerts torrent-rasterbar)