Put code in src/ and include/

This commit is contained in:
Johan Malm 2020-05-27 14:29:05 +01:00
parent d9a083960b
commit d28465dfc3
12 changed files with 39 additions and 49 deletions

11
src/meson.build Normal file
View file

@ -0,0 +1,11 @@
labwc_sources = files(
'main.c',
'server.c',
'output.c',
'view.c',
'xdg.c',
'xwl.c',
'deco.c',
)
subdir('debug')