cmake: Rename static library

This is only compiled for tests and fuzzers!

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
This commit is contained in:
Andreas Schneider
2019-11-06 09:06:05 +01:00
parent 82c57c1f36
commit 8c36a865f2
4 changed files with 15 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ set(pkd_hello_src
set(pkd_libs
${CMOCKA_LIBRARY}
${LIBSSH_STATIC_LIBRARY}
ssh::static
${ARGP_LIBRARIES}
pthread
)