Important change

FossilOrigin-Name: 5bd959849cbad379e55bdfca0134d83047e4bc787245dd4280f30d0471c12332
This commit is contained in:
nekobit 2022-12-03 05:04:20 +00:00
parent 97eb61fd45
commit 2715ebb175
1 changed files with 1 additions and 3 deletions

View File

@ -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)