CMake: 'libui' depends on wiretap

This commit is contained in:
João Valverde 2021-07-15 01:37:12 +01:00 committed by Wireshark GitLab Utility
parent dfd241cef5
commit d09651e637
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ add_library(ui STATIC ${UI_SRC})
target_link_libraries(ui
PRIVATE
caputils
wiretap
wsutil
${GCRYPT_LIBRARIES}
)