forked from organicmaps/organicmaps
[paths] [ios] Updated include paths.
This commit is contained in:
parent
ffecd1d9c1
commit
561da65955
6 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
#include "coding/internal/file_data.hpp"
|
||||
|
||||
#include "reader.hpp" // For Reader exceptions.
|
||||
#include "writer.hpp" // For Writer exceptions.
|
||||
#include "coding/constants.hpp"
|
||||
#include "coding/reader.hpp" // For Reader exceptions.
|
||||
#include "coding/writer.hpp" // For Writer exceptions.
|
||||
|
||||
#include "base/exception.hpp"
|
||||
#include "base/logging.hpp"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "follow_animation.hpp"
|
||||
|
||||
#include "animation_constants.hpp"
|
||||
#include "animation_system.hpp"
|
||||
#include "drape_frontend/animation_constants.hpp"
|
||||
#include "drape_frontend/animation_system.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
#include "base/logging.hpp"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "parallel_animation.hpp"
|
||||
|
||||
#include "animation_system.hpp"
|
||||
#include "drape_frontend/animation_system.hpp"
|
||||
|
||||
namespace df
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "scale_animation.hpp"
|
||||
|
||||
#include "animation_system.hpp"
|
||||
#include "drape_frontend/animation_system.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "sequence_animation.hpp"
|
||||
|
||||
#include "animation_system.hpp"
|
||||
#include "drape_frontend/animation_system.hpp"
|
||||
|
||||
#include "base/assert.hpp"
|
||||
|
||||
|
|
|
@ -277,6 +277,7 @@
|
|||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)/3party/fribidi",
|
||||
"$(OMIM_ROOT)/3party/fribidi/lib",
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -288,6 +289,7 @@
|
|||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(OMIM_ROOT)/3party/fribidi",
|
||||
"$(OMIM_ROOT)/3party/fribidi/lib",
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Add table
Reference in a new issue