diff options
Diffstat (limited to 'src/plugins/relay')
-rw-r--r-- | src/plugins/relay/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/CMakeLists.txt b/src/plugins/relay/CMakeLists.txt index d47bbdc55..a33df99ac 100644 --- a/src/plugins/relay/CMakeLists.txt +++ b/src/plugins/relay/CMakeLists.txt @@ -47,6 +47,6 @@ if(GNUTLS_FOUND) list(APPEND LINK_LIBS ${GNUTLS_LIBRARY}) endif() -target_link_libraries(relay ${LINK_LIBS}) +target_link_libraries(relay ${LINK_LIBS} coverage_config) install(TARGETS relay LIBRARY DESTINATION ${LIBDIR}/plugins) |