summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/CMakeLists.txt
blob: 90a7b3e26313507bea01a5b631a2e6f0411cd7a5 (plain)
1
2
3
4
5
6
7
8
9
10
# Generated from statemachine.pro.

add_subdirectory(factorial)
add_subdirectory(pingpong)
if(TARGET Qt::Widgets)
    add_subdirectory(eventtransitions)
    add_subdirectory(rogue)
    add_subdirectory(trafficlight)
    add_subdirectory(twowaybutton)
endif()