KDAB's algorithm helpers for C++14 and up
Run the following Vcpkg command to install the port.
vcpkg install kdalgorithms
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})
v2023-02-11#0
Feb 13, 2023
All
KDAB/KDAlgorithms83
github.com/KDAB/KDAlgorithms
c851cdcb4e
MIT
Manifest