cmake: improve add_vpp_plugin macro
[vpp.git] / src / plugins / srv6-ad / CMakeLists.txt
index 29959a1..dc222bf 100644 (file)
@@ -11,7 +11,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(srv6ad_plugin
+add_vpp_plugin(srv6ad
+  SOURCES
   ad.c
   node.c
 )