updated header location for mastodon-cpp
This commit is contained in:
parent
37a2f2bc90
commit
cdfaa0c570
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.7)
|
||||
project (mastorss
|
||||
VERSION 0.4.1
|
||||
VERSION 0.4.2
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ The documentation is far from complete, sorry.
|
|||
* [boost](http://www.boost.org/) (tested: 1.63.0)
|
||||
* [libcurl](https://curl.haxx.se/) (tested: 7.58.0)
|
||||
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1)
|
||||
* [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.6.4)
|
||||
* [mastodon-cpp](https://github.com/tastytea/mastodon-cpp) (at least: 0.8.6)
|
||||
|
||||
## Get sourcecode
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <boost/property_tree/json_parser.hpp>
|
||||
#include <boost/property_tree/xml_parser.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <mastodon-cpp.hpp>
|
||||
#include <mastodon-cpp/mastodon-cpp.hpp>
|
||||
#include "mastorss.hpp"
|
||||
|
||||
namespace pt = boost::property_tree;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <boost/property_tree/json_parser.hpp>
|
||||
#include <boost/property_tree/xml_parser.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <mastodon-cpp.hpp>
|
||||
#include <mastodon-cpp/mastodon-cpp.hpp>
|
||||
#include "version.hpp"
|
||||
#include "mastorss.hpp"
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <boost/property_tree/json_parser.hpp>
|
||||
#include <boost/property_tree/xml_parser.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <mastodon-cpp.hpp>
|
||||
#include <mastodon-cpp/mastodon-cpp.hpp>
|
||||
#include "mastorss.hpp"
|
||||
|
||||
namespace pt = boost::property_tree;
|
||||
|
|
Loading…
Reference in New Issue
Block a user