mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
example/main.c -> example/simple.c
This commit is contained in:
parent
dbb8612d0c
commit
f0a6efcfcd
@ -2,11 +2,11 @@ include_directories(
|
||||
${DRM_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_executable(example
|
||||
main.c
|
||||
add_executable(simple
|
||||
simple.c
|
||||
)
|
||||
|
||||
target_link_libraries(example
|
||||
target_link_libraries(simple
|
||||
wlr-backend
|
||||
wlr-session
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user