aboutsummaryrefslogtreecommitdiff
path: root/ports/liburing/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/liburing/usage')
-rw-r--r--ports/liburing/usage6
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/liburing/usage b/ports/liburing/usage
new file mode 100644
index 000000000..36a718895
--- /dev/null
+++ b/ports/liburing/usage
@@ -0,0 +1,6 @@
+The package liburing can be imported via CMake FindPkgConfig module:
+
+ include(FindPkgConfig)
+ pkg_check_modules(liburing REQUIRED IMPORTED_TARGET GLOBAL liburing>=2.0)
+
+ target_link_libraries(main PRIVATE PkgConfig::liburing)