aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/lld_usage
blob: 92c8d10a0857dc3bc369af33df708add6837db3a (plain)
1
2
3
4
5
The package lld provides CMake targets:

    find_package(LLD CONFIG REQUIRED)
    target_include_directories(main PRIVATE ${LLD_INCLUDE_DIRS})
    target_link_libraries(main PRIVATE lldCommon lldCore lldDriver ...)