summaryrefslogtreecommitdiffstats
path: root/src/imports/CMakeLists.txt
blob: 9ff345ae61d1fd0d146ecc6a7f49930e1c77ed65 (plain)
1
2
3
4
5
6
7
8
9
# Generated from imports.pro.

if(TARGET Qt::Quick AND TARGET Qt::WaylandCompositor)
    add_subdirectory(compositor-extensions)
endif()
if(QT_FEATURE_opengl AND TARGET Qt::Quick AND TARGET Qt::WaylandClient AND TARGET Qt::WaylandCompositor)
    add_subdirectory(texture-sharing)
    add_subdirectory(texture-sharing-extension)
endif()