add bar class

This commit is contained in:
Raphael Robatsch 2021-10-20 20:45:23 +02:00
commit be9f2f9903
5 changed files with 59 additions and 44 deletions

View file

@ -11,6 +11,7 @@ subdir('protocols')
executable('somebar',
'src/main.cpp',
'src/shm_buffer.cpp',
'src/bar.cpp',
wayland_sources,
#moc,
dependencies: [qt5_dep, wayland_dep])