summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/CMakeLists.txt
blob: 8527fcbc69048f47dd6ae7989e7a0887117d8b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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()