mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
8 lines
85 B
Text
8 lines
85 B
Text
|
|
add_executable(example
|
||
|
|
main.c
|
||
|
|
)
|
||
|
|
|
||
|
|
target_link_libraries(example
|
||
|
|
wlr-backend
|
||
|
|
)
|