Update Dockerfile and CMake files to build develop/master (#149)

This commit is contained in:
Lee *!* Clagett
2024-10-28 13:47:20 -04:00
committed by Lee *!* Clagett
parent 6af558026f
commit a5d802cd9b
3 changed files with 24 additions and 13 deletions

View File

@@ -58,6 +58,7 @@ target_link_libraries(monero-lws-daemon-common
${Boost_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES}
${ZMQ_LIB}
${SODIUM_LIBRARY}
Threads::Threads
)