X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlibapi%2FCMakeLists.txt;h=6476b5a2f33c698474d5e1c079a61a7b4d33900b;hb=1a9dc75fe8099fdde9b1dd248a8fca35b001f9fc;hp=55f87b8f7ac1c0ec70ab530362c2ea3a08736e34;hpb=833de8cab672c806176d580a1ebc001f394b2eaf;p=vpp.git diff --git a/src/vlibapi/CMakeLists.txt b/src/vlibapi/CMakeLists.txt index 55f87b8f7ac..6476b5a2f33 100644 --- a/src/vlibapi/CMakeLists.txt +++ b/src/vlibapi/CMakeLists.txt @@ -11,15 +11,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -install( - FILES - api_helper_macros.h +add_vpp_library (vlibapi + SOURCES + api_shared.c + api_format.c + node_serialize.c + memory_shared.c + + INSTALL_HEADERS api.h - vat_helper_macros.h api_common.h - - DESTINATION - include/vlibapi - - COMPONENT vpp-dev + api_helper_macros.h + api_types.h + vat_helper_macros.h + memory_shared.h ) +