summaryrefslogtreecommitdiffstats
path: root/src/glslang/glslang-hlsl.pro
blob: b324c30a4706269dc01f4c828d680748ce0a074f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qtglslang-hlsl

CONFIG += \
    static \
    hide_symbols \
    exceptions_off rtti_off warn_off

load(qt_helper_lib)

include($$PWD/glslang_common.pri)

SOURCES += \
    $$GLSLANG_PATH/hlsl/hlslAttributes.cpp \
    $$GLSLANG_PATH/hlsl/hlslParseHelper.cpp \
    $$GLSLANG_PATH/hlsl/hlslScanContext.cpp \
    $$GLSLANG_PATH/hlsl/hlslOpMap.cpp \
    $$GLSLANG_PATH/hlsl/hlslTokenStream.cpp \
    $$GLSLANG_PATH/hlsl/hlslGrammar.cpp \
    $$GLSLANG_PATH/hlsl/hlslParseables.cpp