diff --git a/CMakeLists.txt b/CMakeLists.txt index cda1373..ec3c63a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/cmake/helpers.cmake b/cmake/helpers.cmake deleted file mode 100644 index 4fa6446..0000000 --- a/cmake/helpers.cmake +++ /dev/null @@ -1 +0,0 @@ -message("hello world") diff --git a/cmake/set_and_def.cmake b/cmake/set_and_def.cmake new file mode 100644 index 0000000..d61678b --- /dev/null +++ b/cmake/set_and_def.cmake @@ -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