wlroots-hyprland/example/CMakeLists.txt

8 lines
85 B
CMake

add_executable(example
main.c
)
target_link_libraries(example
wlr-backend
)