aboutsummaryrefslogtreecommitdiff
path: root/ports/dpdk/usage
diff options
context:
space:
mode:
authorErnest Zaslavsky <kreuzerkrieg@gmail.com>2019-03-07 09:37:24 +0200
committerPhil Christensen <philc@microsoft.com>2019-03-06 23:37:24 -0800
commitd92ad530a99508e028de261eb13ad2319dbea3c4 (patch)
tree89985238b2e68971a7eac3e6bb9d9454b51738c0 /ports/dpdk/usage
parent0ef0ddd739f5963ace1006158a5cb2e61def733b (diff)
downloadvcpkg-d92ad530a99508e028de261eb13ad2319dbea3c4.tar.gz
vcpkg-d92ad530a99508e028de261eb13ad2319dbea3c4.zip
Add DPDK package (#5388)
DPDK is a set of libraries and drivers for fast packet processing. (cherry picked from commit 8127cb7b23557f21281186980883fdfb4fa08c47)
Diffstat (limited to 'ports/dpdk/usage')
-rw-r--r--ports/dpdk/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/dpdk/usage b/ports/dpdk/usage
new file mode 100644
index 000000000..6ecb606dd
--- /dev/null
+++ b/ports/dpdk/usage
@@ -0,0 +1,4 @@
+The package dpdk is compatible with built-in CMake targets:
+
+ FIND_PACKAGE(dpdk CONFIGURE REQUIRED)
+ TARGET_LINK_LIBRARIES(main PRIVATE DPDK::dpdk)