summaryrefslogtreecommitdiffstats
path: root/src/tools/qlalr/CMakeLists.txt
blob: 876f5147f51ba6789c502470e187f1249136b564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Generated from qlalr.pro.

#####################################################################
## qlalr Tool:
#####################################################################

add_qt_tool(qlalr
    TOOLS_TARGET Core # special case
    SOURCES
        compress.cpp compress.h
        cppgenerator.cpp cppgenerator.h
        dotgraph.cpp dotgraph.h
        grammar.cpp grammar_p.h
        lalr.cpp lalr.h
        main.cpp
        parsetable.cpp parsetable.h
        recognizer.cpp recognizer.h
    DEFINES
        QT_NO_FOREACH
    PUBLIC_LIBRARIES
        Qt::Core # special case
)

#### Keys ignored in scope 1:.:.:qlalr.pro:<TRUE>:
# OTHER_FILES = "lalr.g"
# QMAKE_TARGET_DESCRIPTION = "Qt Look Ahead LR Parser Generator"
# _OPTION = "host_build"