X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fstn%2FCMakeLists.txt;h=8d6279cc26c4d2f0f5e0006e02d49afcb659343e;hb=5a2e278;hp=c29cf5f0c5c3f2344c013dd38769c542657857ee;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/stn/CMakeLists.txt b/src/plugins/stn/CMakeLists.txt index c29cf5f0c5c..8d6279cc26c 100644 --- a/src/plugins/stn/CMakeLists.txt +++ b/src/plugins/stn/CMakeLists.txt @@ -11,14 +11,20 @@ # 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 -) -add_vpp_api_test_plugin(stn_test_plugin + API_FILES stn.api + + INSTALL_HEADERS + stn.h + stn_all_api_h.h + stn_msg_enum.h + + API_TEST_SOURCES stn_test.c )