summaryrefslogtreecommitdiffstats
path: root/examples/opengl/CMakeLists.txt
blob: 3d5b055b1a1c0a45067b135b942e4457306f1ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from opengl.pro.

add_subdirectory(hellowindow)
add_subdirectory(paintedwindow)
add_subdirectory(openglwindow)
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()