summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine/CMakeLists.txt
blob: af5e9c34077adcdba2c2533f6e767ec2be371582 (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_example(pingpong)
if(TARGET Qt::Widgets)
    qt_internal_add_example(rogue)
    qt_internal_add_example(trafficlight)
endif()