Wireshark-commits: [Wireshark-commits] master 40352d7: CMake: Fix some transitive link dependencies
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40352d75cd187201b46c13acc0e03c0d73785e51
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
40352d7 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
CMake: Fix some transitive link dependencies
libwireshark and libwiretap have their INTERFACE link dependencies
changed to the required set.
libwsutil keeps a default public visibility. Further work may
show some unneeded link requirements.
The executable dependencies are adjusted accordingly.
Change-Id: I3a534f72403819cac136ae47a3d80acee76e0fb3
Reviewed-on: https://code.wireshark.org/review/30815
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 332df92 IxVeriWave: Fix a buffer boundary.
add 40352d7 CMake: Fix some transitive link dependencies
Summary of changes:
CMakeLists.txt | 40 +++++++++++++++++++---------------------
caputils/CMakeLists.txt | 6 ++++++
epan/CMakeLists.txt | 1 +
fuzz/CMakeLists.txt | 3 ++-
wiretap/CMakeLists.txt | 15 +++++++--------
wsutil/CMakeLists.txt | 30 ++++++++++++++----------------
6 files changed, 49 insertions(+), 46 deletions(-)