add the new box layouts to the meson build file
This commit is contained in:
parent
c997f632c6
commit
6d87a782ca
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue