mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-05-25 17:40:21 -04:00
7 lines
157 B
CMake
7 lines
157 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/LayerShellQtTargets.cmake")
|