linux-cp: Linux Control Plane Netlink Listener
[vpp.git] / src / plugins / linux-cp / CMakeLists.txt
index 5053207..a30ece8 100644 (file)
@@ -60,3 +60,12 @@ add_vpp_plugin(linux_cp_unittest
   LINK_LIBRARIES
   lcp
 )
+
+add_vpp_plugin(linux_nl
+  SOURCES
+  lcp_router.c
+  lcp_nl.c
+
+  LINK_LIBRARIES
+  lcp
+)