tests with CMake: link to libi2pd

Fixes: https://github.com/PurpleI2P/i2pd/issues/1848
This commit is contained in:
Sergey Fedorov 2023-01-28 09:07:55 +08:00
parent f9331897b8
commit b811e1746e

View file

@ -115,6 +115,7 @@ set(LIBS
OpenSSL::SSL
OpenSSL::Crypto
Threads::Threads
libi2pd
)
target_link_libraries(test-gost OpenSSL::Crypto Threads::Threads)