cmake: add imported target for Libtorrent

This commit is contained in:
Eugene Shalygin
2016-04-18 21:23:03 +02:00
parent f22aee2bff
commit 473e23f992
3 changed files with 13 additions and 3 deletions

View File

@@ -6,8 +6,6 @@ include(MacroLinkQtComponents)
include(QbtTargetSources)
find_package(LibtorrentRasterbar REQUIRED)
include_directories(SYSTEM ${LibtorrentRasterbar_INCLUDE_DIRS})
add_compile_options(${LibtorrentRasterbar_DEFINITIONS})
# Boost
set(Boost_USE_MULTITHREADED ON)