Install README.md

This commit is contained in:
tastytea 2018-11-27 17:57:55 +01:00
parent bcfbd228df
commit 30020024bd
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 1 additions and 1 deletions

View File

@ -44,5 +44,6 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
"${MAGICPP_LDFLAGS} ${LIBCRYPTOPP_LDFLAGS}"
"${LIBXDG_BASEDIR_LDFLAGS} -lstdc++fs")
install(TARGETS ${CMAKE_PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
install(FILES README.md DESTINATION ${CMAKE_INSTALL_DOCDIR})
include(packages.CMakeLists.txt)

View File

@ -31,7 +31,6 @@ std::map<const string, const string> hash::table;
fs::path global::avatar_dir = "";
global::Settings global::settings;
int main()
{
cout << "Server: libravatarserv/" << global::version << endl;