mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 10:48:12 +08:00
10 lines
366 B
Plaintext
10 lines
366 B
Plaintext
|
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 with static NT kernel error code category:
|
||
|
target_link_libraries(main PUBLIC llfio::sl llfio::ntkernel-error-category::sl)
|