aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmake/VPPConfig.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/VPPConfig.cmake')
-rw-r--r--src/cmake/VPPConfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmake/VPPConfig.cmake b/src/cmake/VPPConfig.cmake
index 2de35d1f7ef..6f1b530625a 100644
--- a/src/cmake/VPPConfig.cmake
+++ b/src/cmake/VPPConfig.cmake
@@ -20,6 +20,7 @@ find_program(VPP_VAPI_CPP_GEN vapi_cpp_gen.py)
if(VPP_INCLUDE_DIR AND VPP_APIGEN)
include_directories (${VPP_INCLUDE_DIR})
+ include_directories (${VPP_INCLUDE_DIR}/vpp_plugins)
else()
message(FATAL_ERROR "VPP headers, libraries and/or tools not found")
endif()