File: CMakeLists.txt

package info (click to toggle)
qt6-3d 6.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 219,572 kB
  • sloc: cpp: 444,068; cobol: 65,664; ansic: 41,133; xml: 10,866; python: 9,582; asm: 3,071; java: 2,303; ada: 1,681; pascal: 1,405; cs: 879; sh: 478; objc: 382; makefile: 337; javascript: 207
file content (24 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated from opengl.pro.

if (NOT QT_BUILD_STANDALONE_TESTS)
    add_subdirectory(filtercompatibletechniquejob)
    add_subdirectory(graphicshelpergl3_3)
    add_subdirectory(graphicshelpergl3_2)
    add_subdirectory(graphicshelpergl2)
    add_subdirectory(glshadermanager)
    add_subdirectory(textures)
    add_subdirectory(renderer)
    add_subdirectory(renderviewutils)
    add_subdirectory(renderviews)
    add_subdirectory(renderqueue)
    add_subdirectory(renderviewbuilder)
    add_subdirectory(qgraphicsutils)
    add_subdirectory(computecommand)
    add_subdirectory(gltexturemanager)
    if(TARGET Qt::Quick)
        add_subdirectory(materialparametergathererjob)
    endif()
    if(NOT MACOS)
        add_subdirectory(graphicshelpergl4)
    endif()
endif()