diff options
Diffstat (limited to 'src/plugins/ixge/CMakeLists.txt')
-rw-r--r-- | src/plugins/ixge/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/ixge/CMakeLists.txt b/src/plugins/ixge/CMakeLists.txt index bd3454d3de8..14d101eb371 100644 --- a/src/plugins/ixge/CMakeLists.txt +++ b/src/plugins/ixge/CMakeLists.txt @@ -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) |