wlroots-hyprland/example/CMakeLists.txt

25 lines
311 B
CMake
Raw Normal View History

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