API: Change ip4_address and ip6_address to use type alias.
[vpp.git] / src / plugins / mactime / CMakeLists.txt
index 5f82f4c..9f5d431 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(mactime_plugin
-  mactime.api
+add_vpp_plugin(mactime
+  SOURCES
   mactime.c
   node.c
-)
 
-add_vpp_api_test_plugin(mactime_test_plugin
+  API_FILES
   mactime.api
+
+  INSTALL_HEADERS
+  mactime_all_api_h.h
+  mactime_msg_enum.h
+
+  API_TEST_SOURCES
   mactime_test.c
 )
-