diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ac28c3..cda1373 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,15 +6,13 @@ cmake_minimum_required(VERSION 3.14) project(treebird VERSION 0.7 - DESCRIPTION "A very lightweight and beautiful Pleroma frontend" + DESCRIPTION "A very lightweight and beautiful (subjective) Pleroma frontend" LANGUAGES C) include(cmake/helpers.cmake) find_package(FCGI REQUIRED) find_package(PERL REQUIRED) - - # Useful for GNU Emacs or VS Code set(CMAKE_EXPORT_COMPILE_COMMANDS ON)