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)