X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2FCMakeLists.txt;h=04a8b1d4e094423994698a96b33d27bfef5d7d6a;hb=db43bb6af78c33e47d29889b047cced4b11fe4d7;hp=c2a0dd54401f1ea98435113531045ba69cc1a058;hpb=720435d03531da68e18c2a0dc867aa99d2daced6;p=vpp.git diff --git a/src/vnet/CMakeLists.txt b/src/vnet/CMakeLists.txt index c2a0dd54401..04a8b1d4e09 100644 --- a/src/vnet/CMakeLists.txt +++ b/src/vnet/CMakeLists.txt @@ -1587,3 +1587,12 @@ add_vpp_library(vnet ) ############################################################################## +# vpp api test client library +############################################################################## + +add_vpp_library (vatclient + SOURCES ip/ip_types_api.c + DEPENDS api_headers +) + +##############################################################################