diff options
Diffstat (limited to 'ports/llfio/usage-error-code-static')
| -rw-r--r-- | ports/llfio/usage-error-code-static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/llfio/usage-error-code-static b/ports/llfio/usage-error-code-static index 5ddc1c5b4..935e91039 100644 --- a/ports/llfio/usage-error-code-static +++ b/ports/llfio/usage-error-code-static @@ -3,6 +3,7 @@ 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 with static NT kernel error code category:
|
