mirror of
https://github.com/hyprwm/hyprgraphics.git
synced 2024-12-26 07:29:49 +01:00
cmakelists: fixup description
This commit is contained in:
parent
292597d55a
commit
cfefd47632
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ add_compile_definitions(HYPRGRAPHICS_VERSION="${HYPRGRAPHICS_VERSION}")
|
||||||
project(
|
project(
|
||||||
hyprgraphics
|
hyprgraphics
|
||||||
VERSION ${HYPRGRAPHICS_VERSION}
|
VERSION ${HYPRGRAPHICS_VERSION}
|
||||||
DESCRIPTION "Small C++ library for utilities used across the Hypr* ecosystem")
|
DESCRIPTION "Small C++ library for graphics / resource utilities used across the Hypr* ecosystem")
|
||||||
|
|
||||||
include(CTest)
|
include(CTest)
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
Loading…
Reference in a new issue