diff options
| author | Niall Douglas <s_github@nedprod.com> | 2021-04-23 21:27:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 13:27:19 -0700 |
| commit | 03d35b030343934015900997cf452c8d71393246 (patch) | |
| tree | c77bdd2d1aabab584501170df8eafc499adbe292 /ports/llfio/usage-error-code-static | |
| parent | 9cdfdb60412d4c6c03478d5b1cda3150a04fd81a (diff) | |
| download | vcpkg-03d35b030343934015900997cf452c8d71393246.tar.gz vcpkg-03d35b030343934015900997cf452c8d71393246.zip | |
[Outcome] update to v2.2.0 release. (#17362)
* Outcome v2.2.0 release.
* LLFIO matching updated Outcome and its dependencies at https://github.com/microsoft/vcpkg/pull/17362.
Also update usage docs, because a user complained about their incompleteness.
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:
|
