qt5base-lts/examples/vulkan/CMakeLists.txt
Frederik Gladhorn 331d1cf9fd cmake: add examples/vulkan
Fixes: QTBUG-78216
Change-Id: Id7d936ab0b3febc6b7ad3170ec2ea67836484217
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-10-07 07:22:09 +00:00

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()