aboutsummaryrefslogtreecommitdiff
path: root/example/CMakeLists.txt
blob: f619b97f71c80d9a932792eb46ed624589ecbeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_directories(
	${DRM_INCLUDE_DIRS}
)

add_executable(example
    main.c
)

target_link_libraries(example
    wlr-backend
    wlr-session
)