mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-16 17:22:43 +00:00
8 lines
85 B
CMake
8 lines
85 B
CMake
![]() |
add_executable(example
|
||
|
main.c
|
||
|
)
|
||
|
|
||
|
target_link_libraries(example
|
||
|
wlr-backend
|
||
|
)
|