You can just invoke cmake directly and it should find installed dpdk libraries.
I.e.
mkdir build
cd build
cmake -Gninja /path/to/vpp
ninja
You can also use standard cmake way to specify directories...
—
Damjan
> On Sep 17, 2019, at 10:13 AM, Jaemin Park wrote:
>
> Hello,
>
> I'd like to
Hello,
I'd like to compile VPP(ver. 20.01) by using external (prebuilt & installed)
DPDK.
However, it seems that some configurations such as vpp_dpdk_inc_dir and others
are removed since cmake is used in VPP.
*Is there any way to use external DPDK for compiling VPP(ver. 20.01)?*
The followings