diff options
author | drenfong.wang <drenfong.wang@intel.com> | 2019-02-14 02:56:14 +0000 |
---|---|---|
committer | drenfong.wang <drenfong.wang@intel.com> | 2019-02-14 02:56:14 +0000 |
commit | 94d6dca9046927730aee4503fccc4442aabccf66 (patch) | |
tree | e4b506cd9deb5dc41b93c377a81cb3a150706d58 /src | |
parent | 3dcff25a752ac14eb819d63c4bdb7262c0f07dbb (diff) |
ADD_DEPENDENCIES for plugins
Change-Id: I20aa8009720511704615e9cda5cee21a6c774c0d
Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |