1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Autotests: Add OpenSSL include directories

This commit is contained in:
David Rosca 2018-03-24 08:12:45 +01:00
parent 265c67f173
commit 050fd7528c
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -31,6 +31,7 @@ falkon_tests(
) )
set(falkon_autotests_SRCS passwordbackendtest.cpp) set(falkon_autotests_SRCS passwordbackendtest.cpp)
include_directories(${OPENSSL_INCLUDE_DIR})
falkon_tests( falkon_tests(
databasepasswordbackendtest databasepasswordbackendtest
databaseencryptedpasswordbackendtest databaseencryptedpasswordbackendtest