cpack: add deb/rpm packaging to VPP module
[vpp.git] / src / examples / sample-plugin / sample / CMakeLists.txt
index f2fc143..fb159d1 100644 (file)
@@ -29,4 +29,6 @@ add_vpp_plugin(sample
 
   API_TEST_SOURCES
   sample_test.c
+
+  COMPONENT vpp-plugin-sample
 )