From 94d6dca9046927730aee4503fccc4442aabccf66 Mon Sep 17 00:00:00 2001 From: "drenfong.wang" Date: Thu, 14 Feb 2019 02:56:14 +0000 Subject: ADD_DEPENDENCIES for plugins Change-Id: I20aa8009720511704615e9cda5cee21a6c774c0d Signed-off-by: drenfong.wang --- src/plugins/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index 22ba207..a96a06e 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -64,6 +64,7 @@ set(PLUGINS_SOURCES # build the source code into shared library add_library(vpp-plugins SHARED ${PLUGINS_SOURCES}) +ADD_DEPENDENCIES(vpp-plugins scvpp) target_link_libraries(vpp-plugins ${SYSREPO_LIBRARIES} ${SCVPP_LIBRARIES} bapi) # install the plugin into plugins dir -- cgit