mirror of
https://github.com/hyprwm/hyprutils.git
synced 2024-11-17 00:15: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
|
project(hyprutils
|
||||||
VERSION ${HYPRUTILS_VERSION}
|
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)
|
include(CTest)
|
||||||
|
|
Loading…
Reference in a new issue