331d1cf9fd
Fixes: QTBUG-78216 Change-Id: Id7d936ab0b3febc6b7ad3170ec2ea67836484217 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
12 lines
308 B
CMake
12 lines
308 B
CMake
# 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()
|