X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fdpdk%2FCMakeLists.txt;h=09ebd11dd8b660ae790f4b363feee47ff403551f;hb=43b06063015abfa42bc9c5ab925cd6b7ea3cbf42;hp=72b85c147f3c511bca02ca8b906e5bba36f128ad;hpb=ec2a9bbb89a4ec1ebf8982f1d611179cd84315b8;p=vpp.git diff --git a/src/plugins/dpdk/CMakeLists.txt b/src/plugins/dpdk/CMakeLists.txt index 72b85c147f3..09ebd11dd8b 100644 --- a/src/plugins/dpdk/CMakeLists.txt +++ b/src/plugins/dpdk/CMakeLists.txt @@ -129,6 +129,9 @@ if(DPDK_INCLUDE_DIR AND DPDK_LIB) LINK_FLAGS ${DPDK_LINK_FLAGS} + + COMPONENT + vpp-plugin-dpdk ) else() message(WARNING "DPDK not found - dpdk disabled")