Codechange: split implementations of ParagraphLayouterFactory into their own file
This commit is contained in:
committed by
Patric Stout
parent
4cceaae8dc
commit
9cb60768fe
@@ -33,6 +33,12 @@ add_files(
|
||||
CONDITION SSE_FOUND
|
||||
)
|
||||
|
||||
add_files(
|
||||
gfx_layout_icu.cpp
|
||||
gfx_layout_icu.h
|
||||
CONDITION ICU_lx_FOUND
|
||||
)
|
||||
|
||||
add_files(
|
||||
aircraft.h
|
||||
aircraft_cmd.cpp
|
||||
@@ -175,6 +181,8 @@ add_files(
|
||||
gfx_func.h
|
||||
gfx_layout.cpp
|
||||
gfx_layout.h
|
||||
gfx_layout_fallback.cpp
|
||||
gfx_layout_fallback.h
|
||||
gfx_type.h
|
||||
gfxinit.cpp
|
||||
gfxinit.h
|
||||
|
||||
Reference in New Issue
Block a user