ikev2: add support for custom ipsec-over-udp port
[vpp.git] / src / plugins / flowprobe / CMakeLists.txt
index df803a8..4c1d4f3 100644 (file)
 # 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
-)
 
-add_vpp_api_test_plugin(flowprobe_test_plugin
+  API_FILES
   flowprobe.api
+
+  API_TEST_SOURCES
   flowprobe_test.c
 )