summaryrefslogtreecommitdiffstats
path: root/src/openglextensions/CMakeLists.txt
blob: d2fc0273981fa18f12528ac482c01f2394a656ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from openglextensions.pro.

#####################################################################
## OpenGLExtensions Module:
#####################################################################

qt_add_module(OpenGLExtensions
    STATIC
    SOURCES
        qopenglextensions.cpp qopenglextensions.h
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_FOREACH
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

## Scopes:
#####################################################################