CMake: fix description

This commit is contained in:
Mihai Fufezan 2024-06-09 00:14:07 +03:00
parent ebd3c47d3f
commit ef441d2178
Signed by: fufexan
SSH Key Fingerprint: SHA256:SdnKmEpJrDu1+2UO1QpB/Eg4HKcdDi6n+xSRqFNJVpg
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ add_compile_definitions(HYPRUTILS_VERSION="${HYPRUTILS_VERSION}")
project(hyprutils
VERSION ${HYPRUTILS_VERSION}
DESCRIPTION "A library and toolkit for the Hyprland cursor format"
DESCRIPTION "Small C++ library for utilities used across the Hypr* ecosystem"
)
include(CTest)