wlroots-hyprland/example/CMakeLists.txt

13 lines
146 B
CMake
Raw Normal View History

2017-05-03 12:40:19 +02:00
include_directories(
${DRM_INCLUDE_DIRS}
)
add_executable(example
main.c
)
target_link_libraries(example
wlr-backend
wlr-session
2017-05-02 08:13:17 +02:00
)