build: add vpp_plugins include directory 15/39415/3
authorBenoît Ganne <bganne@cisco.com>
Mon, 21 Aug 2023 07:24:38 +0000 (09:24 +0200)
committerDamjan Marion <dmarion@0xa5.net>
Wed, 13 Sep 2023 12:21:14 +0000 (12:21 +0000)
Type: fix

Change-Id: Iacb04846c634231854f26348cc17cc729d6e0d87
Signed-off-by: Benoît Ganne <bganne@cisco.com>
src/cmake/VPPConfig.cmake

index 2de35d1..6f1b530 100644 (file)
@@ -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()