aboutsummaryrefslogtreecommitdiff
path: root/ports/llfio/usage-status-code-static
blob: 6bedd7114536ae84a992040f96ec64a54718f1ac (plain)
1
2
3
4
5
6
7
8
9
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:
    target_link_libraries(main PUBLIC llfio::sl)