From dc20371f83ed81462c0b24eb750b76f7819df64a Mon Sep 17 00:00:00 2001 From: Oliver Giles Date: Thu, 5 Dec 2019 23:37:36 +0200 Subject: build: export vapi generation in vpp-dev Adds the higher-level vapi generation to cmake/api.cmake and exposes the necessary python scripts in vpp-dev, so that out-of-tree/downstream plugins can also leverage the more convenient API. Type: feature Signed-off-by: Oliver Giles Change-Id: I8c40a14d27ba3cb972c6907632e03c0e7b0ce982 --- src/vpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpp/CMakeLists.txt') diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index 5aaaab729df..8f7c2cfafb2 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -38,7 +38,7 @@ set(VPP_API_FILES api/vpe.api ) -vpp_add_api_files(vpp ${VPP_API_FILES}) +vpp_add_api_files(vpp core vpp ${VPP_API_FILES}) foreach(file ${VPP_API_FILES}) get_filename_component(dir ${file} DIRECTORY) -- cgit 1.2.3-korg