summaryrefslogtreecommitdiffstats
path: root/examples/CMakeLists.txt
blob: 03428319b9c573fc0018a6fcb26f2c507f060319 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Generated from examples.pro.

qt_examples_build_begin()

if(TARGET Qt::Scxml)
    add_subdirectory(scxml)
endif()
if(TARGET Qt::StateMachine)
    add_subdirectory(statemachine)
endif()

qt_examples_build_end()