summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/CMakeLists.txt
blob: c5694435b67aeae91cda94d11c3454dd84ae95b7 (plain)
1
2
3
4
5
6
7
8
9
qt_internal_add_example(hellovulkanwindow)
qt_internal_add_example(hellovulkantriangle)
qt_internal_add_example(hellovulkantexture)
if(TARGET Qt::Widgets)
    qt_internal_add_example(hellovulkanwidget)
endif()
if(TARGET Qt::Concurrent AND TARGET Qt::Widgets)
    qt_internal_add_example(hellovulkancubes)
endif()