functional_tests: fix linking on Windows

This commit is contained in:
iDunk5400 2018-10-03 01:06:03 +02:00
parent 215651cbb3
commit 7f2ad1a768
No known key found for this signature in database
GPG Key ID: 0F1715596D812FD8
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
if(WIN32)
set(EXTRA_LIBRARIES "${EXTRA_LIBRARIES};bcrypt")
endif()
set(functional_tests_sources
main.cpp
transactions_flow_test.cpp