wlroots/example/CMakeLists.txt
2017-04-25 15:06:58 -04:00

8 lines
85 B
CMake

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