diff options
Diffstat (limited to 'vcpkg/ports/kdalgorithms/usage')
| -rw-r--r-- | vcpkg/ports/kdalgorithms/usage | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vcpkg/ports/kdalgorithms/usage b/vcpkg/ports/kdalgorithms/usage new file mode 100644 index 0000000..11c4103 --- /dev/null +++ b/vcpkg/ports/kdalgorithms/usage @@ -0,0 +1,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}) |