API: Change ip4_address and ip6_address to use type alias.
[vpp.git] / src / plugins / flowprobe / CMakeLists.txt
index df803a8..b6e4996 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
+
+  INSTALL_HEADERS
+  flowprobe_all_api_h.h
+  flowprobe_msg_enum.h
+
+  API_TEST_SOURCES
   flowprobe_test.c
 )