zeek/auxil/vcpkg/ports/llfio/usage-error-code-dynamic
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
402 B
Plaintext

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 shared library form of LLFIO with shared NT kernel error code category:
target_link_libraries(main PUBLIC llfio::dl llfio::ntkernel-error-category::dl)