X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fpppoe%2FCMakeLists.txt;h=61ed7a4eb0955fe6b629c3bc5fae41966c473503;hb=f8520159d5e5b4988f56919d34aae3ee7ce38cdb;hp=fca210211dbc02f706ce51bb6401bf88ff334058;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/pppoe/CMakeLists.txt b/src/plugins/pppoe/CMakeLists.txt index fca210211db..61ed7a4eb09 100644 --- a/src/plugins/pppoe/CMakeLists.txt +++ b/src/plugins/pppoe/CMakeLists.txt @@ -11,17 +11,22 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(pppoe_plugin - pppoe.api +add_vpp_plugin(pppoe + SOURCES pppoe_api.c pppoe.c pppoe_cp.c pppoe_cp_node.c pppoe_decap.c -) -add_vpp_api_test_plugin(pppoe_test_plugin + API_FILES pppoe.api + + INSTALL_HEADERS + pppoe_all_api_h.h + pppoe_msg_enum.h + + API_TEST_SOURCES pppoe_test.c )