2017-05-03 10:40:19 +00:00
|
|
|
include_directories(
|
|
|
|
${DRM_INCLUDE_DIRS}
|
|
|
|
)
|
|
|
|
|
2017-04-25 19:06:58 +00:00
|
|
|
add_executable(example
|
|
|
|
main.c
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(example
|
|
|
|
wlr-backend
|
2017-05-03 04:23:07 +00:00
|
|
|
wlr-session
|
2017-05-02 06:13:17 +00:00
|
|
|
)
|
2017-06-05 10:48:51 +00:00
|
|
|
|
|
|
|
add_executable(rotation
|
|
|
|
rotation.c
|
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(rotation
|
|
|
|
wlr-backend
|
|
|
|
wlr-session
|
|
|
|
)
|