2021-04-06 11:44:42 +00:00
|
|
|
# SPDX-FileCopyrightText: 2021 Aleix Pol Gonzalez <aleixpol@kde.org>
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
2021-04-01 01:12:40 +00:00
|
|
|
@PACKAGE_INIT@
|
|
|
|
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
|
|
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
|
|
|
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")
|