From 833de8cab672c806176d580a1ebc001f394b2eaf Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 7 Sep 2018 12:39:02 +0200 Subject: cmake: set packaging component for different files Change-Id: I033a1f5cdb24f77462cb5ec90a62226d93f52925 Signed-off-by: Damjan Marion --- src/vpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vpp/CMakeLists.txt') diff --git a/src/vpp/CMakeLists.txt b/src/vpp/CMakeLists.txt index 78ca867abff..feb75cf5a80 100644 --- a/src/vpp/CMakeLists.txt +++ b/src/vpp/CMakeLists.txt @@ -46,6 +46,7 @@ foreach(file ${VPP_API_FILES}) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${file}.h DESTINATION include/vpp/${dir} + COMPONENT vpp-dev ) endforeach() -- cgit 1.2.3-korg