Skip to content

Commit

Permalink
Merge pull request #285 from litehtml/flex_layout
Browse files Browse the repository at this point in the history
Flex layout
  • Loading branch information
tordex committed Jan 31, 2024
2 parents 8c32000 + d85ebec commit 6ca1ab0
Show file tree
Hide file tree
Showing 1,035 changed files with 33,168 additions and 373 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Expand Up @@ -75,7 +75,8 @@ set(SOURCE_LITEHTML
src/render_flex.cpp
src/render_image.cpp
src/formatting_context.cpp
)
src/flex_item.cpp
src/flex_line.cpp)

set(HEADER_LITEHTML
include/litehtml.h
Expand Down Expand Up @@ -138,6 +139,8 @@ set(HEADER_LITEHTML
include/litehtml/master_css.h
include/litehtml/string_id.h
include/litehtml/formatting_context.h
include/litehtml/flex_item.h
include/litehtml/flex_line.h
)

set(TEST_LITEHTML
Expand Down

0 comments on commit 6ca1ab0

Please sign in to comment.