cmake: improve add_vpp_plugin macro
[vpp.git] / src / plugins / srv6-am / CMakeLists.txt
index 995db98..650142f 100644 (file)
@@ -11,7 +11,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(srv6am_plugin
+add_vpp_plugin(srv6am
+  SOURCES
   am.c
   node.c
 )