wlseeds/example/CMakeLists.txt

8 lines
85 B

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