blob: 6476b5a2f33c698474d5e1c079a61a7b4d33900b [file] [log] [blame]
Damjan Marion2bfdda72018-08-24 21:36:42 +02001# Copyright (c) 2018 Cisco and/or its affiliates.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at:
5#
6# http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
Damjan Marionb7049712022-05-20 13:05:38 +020014add_vpp_library (vlibapi
15 SOURCES
16 api_shared.c
Damjan Marionfe45f8f2022-05-20 16:01:22 +020017 api_format.c
Damjan Marionb7049712022-05-20 13:05:38 +020018 node_serialize.c
19 memory_shared.c
20
21 INSTALL_HEADERS
Damjan Marion2bfdda72018-08-24 21:36:42 +020022 api.h
Damjan Marion2bfdda72018-08-24 21:36:42 +020023 api_common.h
Damjan Marionb7049712022-05-20 13:05:38 +020024 api_helper_macros.h
Ole Troan413f4a52018-11-28 11:36:05 +010025 api_types.h
Damjan Marionb7049712022-05-20 13:05:38 +020026 vat_helper_macros.h
27 memory_shared.h
Damjan Marion2bfdda72018-08-24 21:36:42 +020028)
Damjan Marionb7049712022-05-20 13:05:38 +020029