This commit is contained in:
parent
b94313294b
commit
60cfd54cb4
|
@ -12,7 +12,7 @@ option(BUILD_SHARED_LIBS "Build shared libraries." YES)
|
||||||
|
|
||||||
project(mastodonpp
|
project(mastodonpp
|
||||||
VERSION 0.1.0
|
VERSION 0.1.0
|
||||||
DESCRIPTION "C++ wrapper for the Mastodon API."
|
DESCRIPTION "C++ wrapper for the Mastodon and Pleroma APIs."
|
||||||
LANGUAGES CXX)
|
LANGUAGES CXX)
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
:uri-rpm-build: http://www.rpm.org
|
:uri-rpm-build: http://www.rpm.org
|
||||||
:uri-libcurl: https://curl.haxx.se/libcurl/
|
:uri-libcurl: https://curl.haxx.se/libcurl/
|
||||||
|
|
||||||
*{project}* is a C++ wrapper for the Mastodon API. It replaces
|
*{project}* is a C++ wrapper for the Mastodon and Pleroma APIs. It replaces
|
||||||
link:{uri-mastodon-cpp}[mastodon-cpp].
|
link:{uri-mastodon-cpp}[mastodon-cpp].
|
||||||
|
|
||||||
We aim to create a library that is comfortable, yet minimal. All API endpoints
|
We aim to create a library that is comfortable, yet minimal. All API endpoints
|
||||||
|
|
Loading…
Reference in New Issue
Block a user