1
0
Fork 0
forked from lthn/blockchain

Fix for linux build agains IPC integration

This commit is contained in:
cryptozoidberg 2022-01-05 20:13:30 +01:00
parent 5eb356a91d
commit 049a898058
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -196,6 +196,9 @@ if(BUILD_GUI)
find_package(Qt5PrintSupport REQUIRED)
target_link_libraries(Zano wallet rpc currency_core crypto common zlibstatic ethash Qt5::WebEngineWidgets Qt5::PrintSupport ${CMAKE_THREAD_LIBS_INIT} ${Boost_LIBRARIES})
if (UNIX AND NOT APPLE)
target_link_libraries(Zano rt)
endif()
if(APPLE)
target_link_libraries(Zano ${COCOA_LIBRARY})