aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kdalgorithms/usage
blob: 11c4103cee28dc5037015537b89a8f29e63c2f61 (plain)
1
2
3
4
kdalgorithms is header-only and can be used from CMake via:

    find_path(KDALGORITHMS_INCLUDE_DIRS "kdalgorithms.h" PATH_SUFFIXES kdalgorithms)
    target_include_directories(main PRIVATE ${KDALGORITHMS_INCLUDE_DIRS})