diff options
author | Benoît Ganne <bganne@cisco.com> | 2023-08-21 09:24:38 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-09-13 12:21:14 +0000 |
commit | e462e543b2c672ec6869a9d3653605ea7084d565 (patch) | |
tree | 46f9fb7cde6cec35c51a6e83a57422ef352f2875 | |
parent | 73f23a806de8be8aa0cba60c3975ca3dcf92d3a5 (diff) |
build: add vpp_plugins include directory
Type: fix
Change-Id: Iacb04846c634231854f26348cc17cc729d6e0d87
Signed-off-by: Benoît Ganne <bganne@cisco.com>
-rw-r--r-- | src/cmake/VPPConfig.cmake | 1 |
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() |