You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/wireshark/files/wireshark-9999-ui-needs-wir...

12 lines
211 B

--- a/ui/CMakeLists.txt
+++ b/ui/CMakeLists.txt
@@ -76,6 +76,8 @@
add_library(ui STATIC ${UI_SRC})
+set(ui_LIBS wiretap)
+
set_target_properties(ui PROPERTIES
LINK_FLAGS "${WS_LINK_FLAGS}"
FOLDER "UI"