summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/CMakeLists.txt
blob: b00a40447ad9c62a0aea996fa389aaa16c28b151 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Generated from vulkan.pro.

add_subdirectory(hellovulkanwindow)
add_subdirectory(hellovulkantriangle)
add_subdirectory(hellovulkantexture)
if(TARGET Qt::Widgets)
    add_subdirectory(hellovulkanwidget)
endif()
if(TARGET Qt::Concurrent AND TARGET Qt::Widgets)
    add_subdirectory(hellovulkancubes)
endif()