From 4553c95ab7cac75838433fdd5cd3c0d0c1d6e2e6 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Sun, 26 Aug 2018 11:04:40 +0200 Subject: cmake: add add_vpp_library and add_vpp_executable macros Change-Id: I1382021a6f616571b4b3243ba8c8999239d10815 Signed-off-by: Damjan Marion --- src/vlibapi/CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/vlibapi/CMakeLists.txt') diff --git a/src/vlibapi/CMakeLists.txt b/src/vlibapi/CMakeLists.txt index 27029bff344..6c67008a1a7 100644 --- a/src/vlibapi/CMakeLists.txt +++ b/src/vlibapi/CMakeLists.txt @@ -11,9 +11,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -vpp_add_header_files(vlibapi +install( + FILES api_helper_macros.h api.h vat_helper_macros.h api_common.h + + DESTINATION + include/vlibapi ) -- cgit 1.2.3-korg