aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/llfio/usage-status-code-static
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/llfio/usage-status-code-static')
-rw-r--r--vcpkg/ports/llfio/usage-status-code-static10
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/llfio/usage-status-code-static b/vcpkg/ports/llfio/usage-status-code-static
new file mode 100644
index 0000000..b987f6f
--- /dev/null
+++ b/vcpkg/ports/llfio/usage-status-code-static
@@ -0,0 +1,10 @@
+The package llfio provides two CMake targets:
+
+ find_package(llfio CONFIG REQUIRED)
+
+- If you want the header-only form of LLFIO:
+ find_package(Threads REQUIRED)
+ target_link_libraries(main PUBLIC llfio::hl)
+
+- If you want the static library form of LLFIO:
+ target_link_libraries(main PUBLIC llfio::sl)