add the new box layouts to the meson build file

This commit is contained in:
hippoz 2022-06-15 18:24:17 +03:00
parent c997f632c6
commit 6d87a782ca
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -13,6 +13,8 @@ executable(
'./src/Widget.cpp',
'./src/Button.cpp',
'./src/DocumentLayout.cpp',
'./src/HorizontalBoxLayout.cpp',
'./src/VerticalBoxLayout.cpp',
'./src/Label.cpp',
'./src/main.cpp',
dependencies : [cairomm_dep, xlib_dep, pangocairo_dep]