mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Put code in src/ and include/
This commit is contained in:
parent
d9a083960b
commit
d28465dfc3
12 changed files with 39 additions and 49 deletions
11
src/meson.build
Normal file
11
src/meson.build
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
labwc_sources = files(
|
||||
'main.c',
|
||||
'server.c',
|
||||
'output.c',
|
||||
'view.c',
|
||||
'xdg.c',
|
||||
'xwl.c',
|
||||
'deco.c',
|
||||
)
|
||||
|
||||
subdir('debug')
|
||||
Loading…
Add table
Add a link
Reference in a new issue