qt5base-lts/examples/opengl/CMakeLists.txt
Frederik Gladhorn d8c3375dbd cmake: add examples/opengl
Fixes: QTBUG-78164
Change-Id: Iccc8bb1354d2362c950de17a6c00e00f95272967
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Qt CMake Build Bot
2019-10-07 07:22:17 +00:00

17 lines
460 B
CMake

# Generated from opengl.pro.
add_subdirectory(hellowindow)
add_subdirectory(paintedwindow)
add_subdirectory(qopenglwindow)
if(TARGET Qt::Widgets)
add_subdirectory(contextinfo)
add_subdirectory(threadedqopenglwidget)
add_subdirectory(2dpainting)
add_subdirectory(hellogl2)
add_subdirectory(qopenglwidget)
add_subdirectory(cube)
add_subdirectory(textures)
add_subdirectory(hellogles3)
add_subdirectory(computegles31)
endif()