summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/trafficlight/CMakeLists.txt
blob: 52f9fb3c6cf9edca2a302cf033822d352912e5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from trafficlight.pro.

#####################################################################
## trafficlight Binary:
#####################################################################

add_qt_executable(trafficlight
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/trafficlight"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/widgets/statemachine/trafficlight"
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Widgets
)