X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flb%2FCMakeLists.txt;h=f9bca075050662b9b559affe7bdcd3b29a198470;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=4df9dae4a0892ed8cce4823afe3ebfc074a2ae0c;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/lb/CMakeLists.txt b/src/plugins/lb/CMakeLists.txt index 4df9dae4a08..f9bca075050 100644 --- a/src/plugins/lb/CMakeLists.txt +++ b/src/plugins/lb/CMakeLists.txt @@ -11,16 +11,19 @@ # 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 + + API_FILES + lb.api ) -add_vpp_api_test_plugin(lb_test_plugin +add_vpp_api_test_plugin(lb_test lb.api lb_test.c )