mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
12 lines
146 B
CMake
12 lines
146 B
CMake
include_directories(
|
|
${DRM_INCLUDE_DIRS}
|
|
)
|
|
|
|
add_executable(example
|
|
main.c
|
|
)
|
|
|
|
target_link_libraries(example
|
|
wlr-backend
|
|
wlr-session
|
|
)
|