X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fmactime%2FCMakeLists.txt;h=9f5d431480af1a0bde6d2a79ddcd28105c74b0a2;hb=10c5ff1;hp=5f82f4c0fb99e7eff5a0fec57a7a86a0180e0684;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/mactime/CMakeLists.txt b/src/plugins/mactime/CMakeLists.txt index 5f82f4c0fb9..9f5d431480a 100644 --- a/src/plugins/mactime/CMakeLists.txt +++ b/src/plugins/mactime/CMakeLists.txt @@ -11,14 +11,18 @@ # 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 ) -