X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fl2e%2FCMakeLists.txt;h=2bfb05a43e61ac267cd41d75f4314e3f2da2448c;hb=61717cc38;hp=ba9cc6a5cbd03bcc81017207ab6557d5caeb95c7;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/l2e/CMakeLists.txt b/src/plugins/l2e/CMakeLists.txt index ba9cc6a5cbd..2bfb05a43e6 100644 --- a/src/plugins/l2e/CMakeLists.txt +++ b/src/plugins/l2e/CMakeLists.txt @@ -11,8 +11,18 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(l2e_plugin - l2e.api +add_vpp_plugin(l2e + SOURCES + l2e_node.c l2e_api.c l2e.c + + MULTIARCH_SOURCES + l2e_node.c + + API_FILES + l2e.api + + INSTALL_HEADERS + l2e.h )