mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:39:07 +08:00
d92ad530a9
DPDK is a set of libraries and drivers for fast packet processing. (cherry picked from commit 8127cb7b23557f21281186980883fdfb4fa08c47)
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
The package dpdk is compatible with built-in CMake targets:
|
|
|
|
FIND_PACKAGE(dpdk CONFIGURE REQUIRED)
|
|
TARGET_LINK_LIBRARIES(main PRIVATE DPDK::dpdk)
|