updated header location for mastodon-cpp

This commit is contained in:
tastytea 2018-04-09 18:16:17 +02:00
parent 37a2f2bc90
commit cdfaa0c570
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7) cmake_minimum_required (VERSION 3.7)
project (mastorss project (mastorss
VERSION 0.4.1 VERSION 0.4.2
LANGUAGES CXX LANGUAGES CXX
) )

View File

@ -15,7 +15,7 @@ The documentation is far from complete, sorry.
* [boost](http://www.boost.org/) (tested: 1.63.0) * [boost](http://www.boost.org/) (tested: 1.63.0)
* [libcurl](https://curl.haxx.se/) (tested: 7.58.0) * [libcurl](https://curl.haxx.se/) (tested: 7.58.0)
* [curlpp](http://www.curlpp.org/) (tested: 0.8.1) * [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 ## Get sourcecode

View File

@ -21,7 +21,7 @@
#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/xml_parser.hpp> #include <boost/property_tree/xml_parser.hpp>
#include <boost/filesystem.hpp> #include <boost/filesystem.hpp>
#include <mastodon-cpp.hpp> #include <mastodon-cpp/mastodon-cpp.hpp>
#include "mastorss.hpp" #include "mastorss.hpp"
namespace pt = boost::property_tree; namespace pt = boost::property_tree;

View File

@ -25,7 +25,7 @@
#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/xml_parser.hpp> #include <boost/property_tree/xml_parser.hpp>
#include <boost/filesystem.hpp> #include <boost/filesystem.hpp>
#include <mastodon-cpp.hpp> #include <mastodon-cpp/mastodon-cpp.hpp>
#include "version.hpp" #include "version.hpp"
#include "mastorss.hpp" #include "mastorss.hpp"

View File

@ -26,7 +26,7 @@
#include <boost/property_tree/json_parser.hpp> #include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/xml_parser.hpp> #include <boost/property_tree/xml_parser.hpp>
#include <boost/filesystem.hpp> #include <boost/filesystem.hpp>
#include <mastodon-cpp.hpp> #include <mastodon-cpp/mastodon-cpp.hpp>
#include "mastorss.hpp" #include "mastorss.hpp"
namespace pt = boost::property_tree; namespace pt = boost::property_tree;