libsodium/contrib
Henrik Gaßmann 06739323d5 [CMAKE] Fix static library detection on unix (#642)
Manually prepend `lib` and append `.a` to the static library names
provided by the cmake pkg-config cmake module. This is necessary because
the `find_library()` function always prefers the shared object file if
the library name is "unqualified" and unfortunately the cmake pkg-config
module seems to provide only "unqualified" library names through
`*_PKG_STATIC_LIBIRARIES`.
2017-12-05 16:42:34 +00:00
..
Findsodium.cmake [CMAKE] Fix static library detection on unix (#642) 2017-12-05 16:42:34 +00:00
Makefile.am Update the Makefile after the FindSodium.cmake renaming 2017-01-11 09:41:11 -08:00