]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Reduce the repeated library dependence information
authorRichard Levitte <richard@levitte.org>
Tue, 17 Aug 2021 20:35:09 +0000 (22:35 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Wed, 18 Aug 2021 08:33:38 +0000 (11:33 +0300)
commit7ca9b827135b90cfc2567058b56325a518a3d57a
tree544207233a2da398e03a25ea20d101b37940fa51
parent3df647770ff9aa8bd3b08c6ff8200da1ee69565c
Reduce the repeated library dependence information

Cmake is generally good at tracking specified dependencies between
libraries.  All that we need to do is to establish a dependency on
OpenSSL's libcrypto for 'gost_core', and then we can reduce the amount
of repeated dependencies for everything that links against 'gost_core'.
CMakeLists.txt