forked from organicmaps/organicmaps
adding \ in end of line
This commit is contained in:
parent
190f119ad2
commit
8d126335f5
2 changed files with 3 additions and 3 deletions
|
@ -30,4 +30,4 @@ OTHER_FILES += \
|
|||
shaders/solid_color_fragment_shader.fsh \
|
||||
shaders/normalize_vertex_shader.vsh \
|
||||
shaders/font_fragment_shader.fsh \
|
||||
shaders/font_vertex_shader.vsh
|
||||
shaders/font_vertex_shader.vsh \
|
||||
|
|
|
@ -34,7 +34,7 @@ SOURCES += \
|
|||
poi_symbol_shape.cpp \
|
||||
circle_shape.cpp \
|
||||
render_group.cpp \
|
||||
text_shape.cpp
|
||||
text_shape.cpp \
|
||||
|
||||
HEADERS += \
|
||||
engine_context.hpp \
|
||||
|
@ -64,4 +64,4 @@ HEADERS += \
|
|||
poi_symbol_shape.hpp \
|
||||
circle_shape.hpp \
|
||||
render_group.hpp \
|
||||
text_shape.hpp
|
||||
text_shape.hpp \
|
||||
|
|
Loading…
Add table
Reference in a new issue