dpdk: fix include directories with system dpdk 55/31455/2
authorRobert Shearman <robertshearman@gmail.com>
Fri, 26 Feb 2021 11:16:33 +0000 (11:16 +0000)
committerDamjan Marion <dmarion@me.com>
Thu, 4 Mar 2021 10:56:18 +0000 (10:56 +0000)
commitb4704f2570fb2484b3085c8d25d0c850cc3fc77f
tree3195d498e596a3e5a63d0b41a53d81c03d7fd6b8
parent4d9f9a6b6b1ab23af3e3d594633b3fb49ea0ad3c
dpdk: fix include directories with system dpdk

Add the DPDK_INCLUDE_DIRS variable which is set by pkg_check_modules
to the include directories to allow use of system DPDK where the
headers aren't under standard include directories.

Type: fix
Fixes: f15a5791ba870a98a2ab7dec101bbbb9b6e266c1
Change-Id: Ifd4b4170572911b6e0580cdf114ad87cfa771931
Signed-off-by: Robert Shearman <robertshearman@gmail.com>
src/plugins/dpdk/CMakeLists.txt