kdutilsv0.1.13
- Updated
KD Utilities Library - Core utilities and helper functions
- Project website: https://github.com/KDAB/kdutils
#Usage
kdutils provides CMake targets:
find_package(KDUtils REQUIRED)
find_package(KDFoundation REQUIRED)
find_package(KDGui REQUIRED)
target_link_libraries(main PRIVATE KDUtils::KDUtils KDUtils::KDFoundation KDUtils::KDGui)#Supported Platforms
!uwp & (windows | linux | android | osx) & (arm | x86 | x64)
- ✅linux
- ✅osx
- ✅windows
- ❌
uwp
#Features
No default features.
#mqtt
Enable mqtt support
Dependencies:
- mosquitto
>= v2.0.20
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through openssl)
- vcpkg-cmake-config (through openssl)
- vcpkg-cmake-get-vars (through openssl)
#testing
Enable testing support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through doctest)
- vcpkg-cmake-config (through doctest)
#Dependencies
- kdbindings
>= v1.1.0 - mio
>= v2023-03-03 - spdlog
>= v1.15.3 - whereami
>= v2024-08-26
#Host Tool For
No ports use this.
#Contributors
Paul Lemire