X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Favf%2FCMakeLists.txt;h=66e6904a4e5053ac0377bf9c095cf9de6638eb68;hb=53fffa1;hp=8f8798bc8edeb097b0eeed0f8edc377667c5b742;hpb=612dd6a955e44d2c0fed1801fb8de585ca695c63;p=vpp.git diff --git a/src/plugins/avf/CMakeLists.txt b/src/plugins/avf/CMakeLists.txt index 8f8798bc8ed..66e6904a4e5 100644 --- a/src/plugins/avf/CMakeLists.txt +++ b/src/plugins/avf/CMakeLists.txt @@ -11,7 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(avf_plugin +add_vpp_plugin(avf + SOURCES cli.c device.c format.c @@ -19,10 +20,18 @@ add_vpp_plugin(avf_plugin output.c plugin.c avf_api.c - avf.api -) -vpp_library_set_multiarch_sources(avf_plugin + MULTIARCH_SOURCES input.c output.c + + API_FILES + avf.api + + API_TEST_SOURCES + avf_test.c + + INSTALL_HEADERS + avf_all_api_h.h + avf_msg_enum.h )