mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
7 lines
85 B
CMake
7 lines
85 B
CMake
add_executable(example
|
|
main.c
|
|
)
|
|
|
|
target_link_libraries(example
|
|
wlr-backend
|
|
)
|