X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flb%2FCMakeLists.txt;h=406b16a9fe2d2b4c4628c684fdd553d9d7d8df85;hb=ffba3c3;hp=4df9dae4a0892ed8cce4823afe3ebfc074a2ae0c;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/lb/CMakeLists.txt b/src/plugins/lb/CMakeLists.txt index 4df9dae4a08..406b16a9fe2 100644 --- a/src/plugins/lb/CMakeLists.txt +++ b/src/plugins/lb/CMakeLists.txt @@ -11,17 +11,23 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(lb_plugin - lb.api +add_vpp_plugin(lb + SOURCES api.c cli.c lb.c node.c util.c -) -add_vpp_api_test_plugin(lb_test_plugin + API_FILES lb.api + + INSTALL_HEADERS + lb.h + util.h + lbhash.h + + API_TEST_SOURCES lb_test.c )