aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-01-22 12:12:06 +0100
committerDario Lombardo <lomato@gmail.com>2019-01-22 15:38:10 +0000
commitd70bc0c40eb2d42e58603a68a67aac3ab3f89d39 (patch)
tree544fe54b5e75e2d561ad4105758fb81b5af6158b /randpkt_core
parent7898405797d9d361dff9b0fe71473a879e1fad70 (diff)
extcap: remove dependencies from ui.
ui is required by randpkt_core, move it to its deps. Bug: 15401 Change-Id: Ia8cfaddd220a22c1cf03ec6bf8f83f068f8d94ba Reviewed-on: https://code.wireshark.org/review/31670 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'randpkt_core')
-rw-r--r--randpkt_core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/randpkt_core/CMakeLists.txt b/randpkt_core/CMakeLists.txt
index 7f17f3dc37..4720c13615 100644
--- a/randpkt_core/CMakeLists.txt
+++ b/randpkt_core/CMakeLists.txt
@@ -28,6 +28,8 @@ set_target_properties(randpkt_core PROPERTIES
LINK_FLAGS "${WS_LINK_FLAGS}"
FOLDER "Libs")
+target_link_libraries(randpkt_core PUBLIC ui)
+
CHECKAPI(
NAME
randpkt_core-base