X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fstn%2FCMakeLists.txt;h=d987176b9cd53e57c06be8aae8fdd3c9b24a3bec;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=c29cf5f0c5c3f2344c013dd38769c542657857ee;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/stn/CMakeLists.txt b/src/plugins/stn/CMakeLists.txt index c29cf5f0c5c..d987176b9cd 100644 --- a/src/plugins/stn/CMakeLists.txt +++ b/src/plugins/stn/CMakeLists.txt @@ -11,13 +11,16 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(stn_plugin - stn.api +add_vpp_plugin(stn + SOURCES stn.c stn_api.c + + API_FILES + stn.api ) -add_vpp_api_test_plugin(stn_test_plugin +add_vpp_api_test_plugin(stn_test stn.api stn_test.c )