mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
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)
|