From f8520159d5e5b4988f56919d34aae3ee7ce38cdb Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Mon, 27 Aug 2018 16:11:59 +0200 Subject: cmake: Fix plugins .h includes Change-Id: I90600d000afb02e8969f3c01bcf9e4b5c10a7d39 Signed-off-by: Mohsin Kazmi --- src/plugins/ixge/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/plugins/ixge') diff --git a/src/plugins/ixge/CMakeLists.txt b/src/plugins/ixge/CMakeLists.txt index 14d101eb371..226652c72e2 100644 --- a/src/plugins/ixge/CMakeLists.txt +++ b/src/plugins/ixge/CMakeLists.txt @@ -11,4 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(ixge SOURCES ixge.c) +add_vpp_plugin(ixge + SOURCES + ixge.c + + INSTALL_HEADERS + ixge.h +) -- cgit 1.2.3-korg