hs-test: more debug output in http3 test
[vpp.git] / src / vlibapi / CMakeLists.txt
index 27029bf..6476b5a 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-vpp_add_header_files(vlibapi
-  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
+  api_helper_macros.h
+  api_types.h
+  vat_helper_macros.h
+  memory_shared.h
 )
+