mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
example/main.c -> example/simple.c
This commit is contained in:
parent
dbb8612d0c
commit
f0a6efcfcd
2 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@ include_directories(
|
||||||
${DRM_INCLUDE_DIRS}
|
${DRM_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(example
|
add_executable(simple
|
||||||
main.c
|
simple.c
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(example
|
target_link_libraries(simple
|
||||||
wlr-backend
|
wlr-backend
|
||||||
wlr-session
|
wlr-session
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue