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 committed by sledgehammer999
commit b98ef9905e
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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