cmake: improve add_vpp_plugin macro
[vpp.git] / src / plugins / ixge / CMakeLists.txt
index bd3454d..14d101e 100644 (file)
@@ -11,6 +11,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(ixge_plugin
-  ixge.c
-)
+add_vpp_plugin(ixge SOURCES ixge.c)