Codechange: split implementations of ParagraphLayouterFactory into their own file

This commit is contained in:
Patric Stout
2023-05-01 14:42:51 +02:00
committed by Patric Stout
parent 4cceaae8dc
commit 9cb60768fe
6 changed files with 628 additions and 548 deletions

View File

@@ -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