X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgtpu%2FCMakeLists.txt;h=436a3918f05f877c39027128a7ee5ab1427a3bb2;hb=refs%2Fchanges%2F85%2F25985%2F2;hp=1633d43cc3135922d11553f7c6ef3c62d3ab6087;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/gtpu/CMakeLists.txt b/src/plugins/gtpu/CMakeLists.txt index 1633d43cc31..436a3918f05 100644 --- a/src/plugins/gtpu/CMakeLists.txt +++ b/src/plugins/gtpu/CMakeLists.txt @@ -11,16 +11,21 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(gtpu_plugin - gtpu.api +add_vpp_plugin(gtpu + SOURCES gtpu.c gtpu_api.c gtpu_decap.c gtpu_encap.c -) -add_vpp_api_test_plugin(gtpu_test_plugin + MULTIARCH_SOURCES + gtpu_decap.c + gtpu_encap.c + + API_FILES gtpu.api + + API_TEST_SOURCES gtpu_test.c )