X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fstn%2FCMakeLists.txt;h=310db622ca3979966036a2e6274fa5bf59a90648;hb=38277e407;hp=c29cf5f0c5c3f2344c013dd38769c542657857ee;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/stn/CMakeLists.txt b/src/plugins/stn/CMakeLists.txt index c29cf5f0c5c..310db622ca3 100644 --- a/src/plugins/stn/CMakeLists.txt +++ b/src/plugins/stn/CMakeLists.txt @@ -11,14 +11,18 @@ # 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 + + API_TEST_SOURCES stn_test.c )