aboutsummaryrefslogtreecommitdiff
path: root/example/CMakeLists.txt
blob: 73768393658d178997ca77af56acad9436b48578 (plain)
1
2
3
4
5
6
7
add_executable(example
    main.c
)

target_link_libraries(example
    wlr-backend
)