pineapple/externals/vcpkg/ports/llfio/usage-status-code-dynamic
2022-07-23 03:01:36 +02:00

10 lines
325 B
Text
Executable file

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:
target_link_libraries(main PUBLIC llfio::dl)