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

#####################################################################
## twowaybutton Binary:
#####################################################################

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