mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
10 lines
192 B
CMake
10 lines
192 B
CMake
add_subdirectory (qt)
|
|
|
|
if (${XCB_DAMAGE_FOUND} AND ${XCB_SHM_FOUND} AND ${XCB_IMAGE_FOUND})
|
|
add_subdirectory (xcb)
|
|
endif()
|
|
|
|
if (TARGET K::KPipeWire)
|
|
add_subdirectory(pipewire)
|
|
endif()
|