blob: 03f01abd5e813ae85e60bdcf51b95e5c43df5841 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
if(TARGET Qt::StateMachineQml)
add_subdirectory(qqmlstatemachine)
add_subdirectory(qqmlstatemachinemetatype)
endif()
if(TARGET Qt::ScxmlQml)
add_subdirectory(scxmlqmlcpp)
endif()
|