mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-21 06:59:44 -05:00
Flesh out wayland backend somewhat, add example
This commit is contained in:
parent
52e6ed54cb
commit
de01e654ce
17 changed files with 447 additions and 24 deletions
6
common/CMakeLists.txt
Normal file
6
common/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
add_library(wlr-common STATIC
|
||||
list.c
|
||||
log.c
|
||||
)
|
||||
|
||||
target_link_libraries(wlr-common m)
|
||||
Loading…
Add table
Add a link
Reference in a new issue