X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmemif%2FCMakeLists.txt;h=b225192d00662ec0516d167a0a57927261fe7bb9;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=54d0befe29eddb67f9cdae4f48498a6c2d5fd0f0;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/memif/CMakeLists.txt b/src/plugins/memif/CMakeLists.txt index 54d0befe29e..b225192d006 100644 --- a/src/plugins/memif/CMakeLists.txt +++ b/src/plugins/memif/CMakeLists.txt @@ -11,17 +11,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(memif_plugin - memif.api +add_vpp_plugin(memif + SOURCES memif.c memif_api.c cli.c node.c device.c socket.c -) -vpp_library_set_multiarch_sources(memif_plugin + API_FILES + memif.api + + MULTIARCH_SOURCES device.c node.c )