#5657 Link synergyd against Synergy shared library

This commit is contained in:
Andrew Nelless 2016-10-17 18:06:29 +01:00
parent 98610fabde
commit 859608424d
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ else()
endif() endif()
target_link_libraries(synergyd target_link_libraries(synergyd
arch base common io ipc mt net platform synergy ${libs} ${OPENSSL_LIBS}) arch base common io ipc mt net platform synergy shared ${libs} ${OPENSSL_LIBS})
if (WIN32) if (WIN32)
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(