cmake: Fix plugins .h includes

Change-Id: I90600d000afb02e8969f3c01bcf9e4b5c10a7d39
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
This commit is contained in:
Mohsin Kazmi
2018-08-27 16:11:59 +02:00
parent b3abec7c1f
commit f8520159d5
25 changed files with 153 additions and 3 deletions

View File

@@ -15,4 +15,7 @@ add_vpp_plugin(srv6as
SOURCES
as.c
node.c
INSTALL_HEADERS
as.h
)