add shm_buffer class

This commit is contained in:
Raphael Robatsch 2021-10-20 20:20:27 +02:00
commit d8098fccc0
6 changed files with 109 additions and 25 deletions

View file

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