mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +00:00
functional_tests: fix linking on Windows
This commit is contained in:
parent
215651cbb3
commit
7f2ad1a768
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue