lb: fix that lb_add_del_vip and lb_add_del_as api doesn't work correctly
[vpp.git] / src / plugins / lb / CMakeLists.txt
index 85acb62..6fab329 100644 (file)
@@ -21,8 +21,15 @@ add_vpp_plugin(lb
 
   API_FILES
   lb.api
+  lb_types.api
+
+  INSTALL_HEADERS
+  lb.h
+  util.h
+  lbhash.h
 
   API_TEST_SOURCES
   lb_test.c
 )
 
+target_link_libraries(lb_test_plugin vatclient)