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