cmake: improve add_vpp_plugin macro
[vpp.git] / src / plugins / srv6-as / CMakeLists.txt
index 42b23f3..3140c9d 100644 (file)
@@ -11,7 +11,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(srv6as_plugin
+add_vpp_plugin(srv6as
+  SOURCES
   as.c
   node.c
 )