X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fgtpu%2FCMakeLists.txt;h=1032b14b4ab238324cf876cf5ee687b22c57a8a1;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=1633d43cc3135922d11553f7c6ef3c62d3ab6087;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/gtpu/CMakeLists.txt b/src/plugins/gtpu/CMakeLists.txt index 1633d43cc31..1032b14b4ab 100644 --- a/src/plugins/gtpu/CMakeLists.txt +++ b/src/plugins/gtpu/CMakeLists.txt @@ -11,15 +11,18 @@ # 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 + + API_FILES + gtpu.api ) -add_vpp_api_test_plugin(gtpu_test_plugin +add_vpp_api_test_plugin(gtpu_test gtpu.api gtpu_test.c )