From cfefd47632c2fee41390fff09b475f19d9473bfa Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 22 Nov 2024 15:04:30 +0000 Subject: [PATCH] cmakelists: fixup description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92319cf..33d1d00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ add_compile_definitions(HYPRGRAPHICS_VERSION="${HYPRGRAPHICS_VERSION}") project( hyprgraphics 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(GNUInstallDirs)