Add wlcore/wl_shm (WIP)

This commit is contained in:
Drew DeVault 2017-06-22 16:32:47 -04:00
parent f252c5a792
commit 2aafb5dd19
12 changed files with 186 additions and 4 deletions

3
wlcore/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_library(wlr-wlcore STATIC
wl_shm.c
)