forked from lthn/blockchain
Fix for linux build agains IPC integration
This commit is contained in:
parent
5eb356a91d
commit
049a898058
1 changed files with 3 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue