aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-07-15 01:37:12 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-09-21 14:52:32 +0000
commitd09651e63751cb490d6378190a312ecbb658320b (patch)
tree95052af19a825f20a2f82d5e9e9797b4869a246f /ui
parentdfd241cef52f054c9c89a8f17779820850996fc2 (diff)
CMake: 'libui' depends on wiretap
Diffstat (limited to 'ui')
-rw-r--r--ui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt
index 1d4e0a6d67..a3ca27ac33 100644
--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -83,6 +83,7 @@ add_library(ui STATIC ${UI_SRC})
target_link_libraries(ui
PRIVATE
caputils
+ wiretap
wsutil
${GCRYPT_LIBRARIES}
)