mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-14 06:59:43 -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
7
example/CMakeLists.txt
Normal file
7
example/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
add_executable(example
|
||||
main.c
|
||||
)
|
||||
|
||||
target_link_libraries(example
|
||||
wlr-backend
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue