mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
13 lines
146 B
CMake
13 lines
146 B
CMake
include_directories(
|
|
${DRM_INCLUDE_DIRS}
|
|
)
|
|
|
|
add_executable(example
|
|
main.c
|
|
)
|
|
|
|
target_link_libraries(example
|
|
wlr-backend
|
|
wlr-session
|
|
)
|