mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Added example.
This commit is contained in:
parent
e9d716fc0c
commit
e446a5300b
12 changed files with 220 additions and 13 deletions
|
|
@ -5,3 +5,11 @@ add_executable(example
|
|||
target_link_libraries(example
|
||||
wlr-backend
|
||||
)
|
||||
|
||||
add_executable(example-drm
|
||||
example-drm.c
|
||||
)
|
||||
|
||||
target_link_libraries(example-drm
|
||||
wlr-backend
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue