Fix Windows build after epee dependency change

This commit is contained in:
iDunk5400 2018-10-12 15:20:42 +00:00 committed by moneromooo-monero
parent 1afc1d0d26
commit e7f24850d5
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 2 additions and 5 deletions

View file

@ -26,10 +26,6 @@
# 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