mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
8 lines
85 B
Text
8 lines
85 B
Text
|
add_executable(example
|
||
|
main.c
|
||
|
)
|
||
|
|
||
|
target_link_libraries(example
|
||
|
wlr-backend
|
||
|
)
|