X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fflowprobe%2FCMakeLists.txt;h=f65fe452b7516147b7da88e2d659ecd02920316a;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=df803a8d6682ecaabc1a67373f8b5252ddbd71c1;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/flowprobe/CMakeLists.txt b/src/plugins/flowprobe/CMakeLists.txt index df803a8d668..f65fe452b75 100644 --- a/src/plugins/flowprobe/CMakeLists.txt +++ b/src/plugins/flowprobe/CMakeLists.txt @@ -11,13 +11,16 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(flowprobe_plugin - flowprobe.api +add_vpp_plugin(flowprobe + SOURCES flowprobe.c node.c + + API_FILES + flowprobe.api ) -add_vpp_api_test_plugin(flowprobe_test_plugin +add_vpp_api_test_plugin(flowprobe_test flowprobe.api flowprobe_test.c )