wlroots/example/CMakeLists.txt

22 lines
254 B
Text
Raw Normal View History

2017-05-03 22:40:19 +12:00
include_directories(
${DRM_INCLUDE_DIRS}
)
2017-06-06 11:19:42 -04:00
add_executable(simple
simple.c
)
2017-06-06 11:19:42 -04:00
target_link_libraries(simple
wlr-backend
wlr-session
2017-05-02 18:13:17 +12:00
)
2017-06-05 22:48:51 +12:00
add_executable(rotation
rotation.c
)
target_link_libraries(rotation
wlr-backend
wlr-session
)