diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b274f4..2691168 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries." YES) project(mastodonpp VERSION 0.1.0 - DESCRIPTION "C++ wrapper for the Mastodon API." + DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs." LANGUAGES CXX) list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") |