1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-30 08:24:22 +00:00

cmake: use environment variable LIB on Windows

Append its value to CMAKE_LIBRARY_PATH to simplify life of on Windows.
This commit is contained in:
Eugene Shalygin 2017-04-27 14:34:30 +02:00
parent 71cf25ae99
commit 98415917c6

View File

@ -1,5 +1,7 @@
# Settings for compiling qBittorrent on Windows # Settings for compiling qBittorrent on Windows
list(APPEND CMAKE_LIBRARY_PATH "$ENV{LIB}")
# We want to link with static version of # We want to link with static version of
# libtorrent # libtorrent
set(LibtorrentRasterbar_USE_STATIC_LIBS True) set(LibtorrentRasterbar_USE_STATIC_LIBS True)