diff options
author | drenfong.wang <drenfong.wang@intel.com> | 2019-01-15 08:03:30 +0000 |
---|---|---|
committer | drenfong.wang <drenfong.wang@intel.com> | 2019-01-22 07:20:57 +0000 |
commit | 7e1e703e607526260d23c1839ddca4f7fc50eb67 (patch) | |
tree | 6827978a9bb61f9cc0069f221e463f1a1fb41db5 /src | |
parent | 8a72578cec9ffe5bf815e38918fd82b190f8af38 (diff) |
add option to build dependence from source and install vpp
Change-Id: I4caa8737c9d5dd13f6d6c5e01e646801e5dab8a1
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 c7bdd76..b98001b 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -57,3 +57,4 @@ target_link_libraries(vpp-plugins ${SYSREPO_LIBRARIES} ${SCVPP_LIBRARIES} bapi) # install the plugin into plugins dir install(TARGETS vpp-plugins DESTINATION ${SR_PLUGINS_DIR}) +install(TARGETS bapi ${CMAKE_INSTALL_LIBDIR}) |