mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-16 23:05:58 +01:00
CMake: fix description
This commit is contained in:
parent
ebd3c47d3f
commit
ef441d2178
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue