kdutils v0.1.13
- Created
- Updated
KD Utilities Library - Core utilities and helper functions
# 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) # License
# Supported Platforms
!uwp & (windows | linux | android | osx) & (arm | x86 | x64)
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No default features set.
# mqtt
Enable mqtt support
Dependencies:
- mosquitto
>= v2.0.20
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by openssl )
- vcpkg-cmake-config (by openssl )
- vcpkg-cmake-get-vars (by openssl )
# testing
Enable testing support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by doctest )
- vcpkg-cmake-config (by doctest )
# Dependencies
- kdbindings
>= v1.1.0 - mio
>= v2023-03-03 - spdlog
>= v1.15.3 - whereami
>= v2024-08-26
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Paul Lemire