mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Simplify examples
This commit is contained in:
parent
6bf7e095cf
commit
0dbfe56c89
5 changed files with 351 additions and 407 deletions
|
|
@ -6,6 +6,7 @@ include_directories(
|
|||
|
||||
add_executable(simple
|
||||
simple.c
|
||||
shared.c
|
||||
)
|
||||
|
||||
target_link_libraries(simple
|
||||
|
|
@ -16,6 +17,7 @@ target_link_libraries(simple
|
|||
|
||||
add_executable(rotation
|
||||
rotation.c
|
||||
shared.c
|
||||
cat.c
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue