corrected header path

This commit is contained in:
tastytea 2018-04-11 16:06:32 +02:00
parent 34049e2497
commit f664ff2da8
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
3 changed files with 18 additions and 18 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.7)
project (mastodon-cpp
VERSION 0.9.0
VERSION 0.9.1
LANGUAGES CXX
)

View File

@ -37,21 +37,21 @@
#include "easy/entities/tag.hpp"
#else
#include <mastodon-cpp/easy/easy.hpp>
#include <mastodon-cpp/entities/easy/account.hpp>
#include <mastodon-cpp/entities/easy/application.hpp>
#include <mastodon-cpp/entities/easy/attachment.hpp>
#include <mastodon-cpp/entities/easy/card.hpp>
#include <mastodon-cpp/entities/easy/context.hpp>
#include <mastodon-cpp/entities/easy/emoji.hpp>
#include <mastodon-cpp/entities/easy/instance.hpp>
#include <mastodon-cpp/entities/easy/list.hpp>
#include <mastodon-cpp/entities/easy/mention.hpp>
#include <mastodon-cpp/entities/easy/notification.hpp>
#include <mastodon-cpp/entities/easy/relationship.hpp>
#include <mastodon-cpp/entities/easy/report.hpp>
#include <mastodon-cpp/entities/easy/results.hpp>
#include <mastodon-cpp/entities/easy/status.hpp>
#include <mastodon-cpp/entities/easy/tag.hpp>
#include <mastodon-cpp/easy/entities/account.hpp>
#include <mastodon-cpp/easy/entities/application.hpp>
#include <mastodon-cpp/easy/entities/attachment.hpp>
#include <mastodon-cpp/easy/entities/card.hpp>
#include <mastodon-cpp/easy/entities/context.hpp>
#include <mastodon-cpp/easy/entities/emoji.hpp>
#include <mastodon-cpp/easy/entities/instance.hpp>
#include <mastodon-cpp/easy/entities/list.hpp>
#include <mastodon-cpp/easy/entities/mention.hpp>
#include <mastodon-cpp/easy/entities/notification.hpp>
#include <mastodon-cpp/easy/entities/relationship.hpp>
#include <mastodon-cpp/easy/entities/report.hpp>
#include <mastodon-cpp/easy/entities/results.hpp>
#include <mastodon-cpp/easy/entities/status.hpp>
#include <mastodon-cpp/easy/entities/tag.hpp>
#endif
#endif // MASTODON_CPP_EASY_ALL_HPP

View File

@ -30,8 +30,8 @@
#else
#include <mastodon-cpp/mastodon-cpp.hpp>
#include <mastodon-cpp/easy/easy.hpp>
#include <mastodon-cpp/entities/easy/account.hpp>
#include <mastodon-cpp/entities/easy/status.hpp>
#include <mastodon-cpp/easy/entities/account.hpp>
#include <mastodon-cpp/easy/entities/status.hpp>
#endif
using std::string;