FossilOrigin-Name: 09a5517fd289cbc0e967755a1fd6d705bdae75d2c65ecf61dfb861695f721375
This commit is contained in:
nekobit 2022-12-05 04:01:44 +00:00
parent 2715ebb175
commit d933f9fe02
3 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@ project(treebird
DESCRIPTION "A very lightweight and beautiful (subjective) Pleroma frontend"
LANGUAGES C)
include(cmake/helpers.cmake)
include(cmake/os_hacks.cmake)
include(cmake/set_and_def.cmake)
find_package(FCGI REQUIRED)
find_package(PERL REQUIRED)

View File

@ -1 +0,0 @@
message("hello world")

2
cmake/set_and_def.cmake Normal file
View File

@ -0,0 +1,2 @@
# For ease of development, you can enable and disable pages. This is useful if
# the code doesn't compile correctly, for which