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

add_subdirectory(statemachine)

if(TARGET Qt::Widgets)
    if(QT_FEATURE_animation)
        add_subdirectory(animation)
    endif()
endif()