10 lines
285 B
CMake
10 lines
285 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(Qt5Gui "@QT_MIN_VERSION@")
|
|
find_dependency(KF5Wayland "@KF5_MIN_VERSION@")
|
|
find_dependency(Wayland "@WAYLAND_MIN_VERSION@")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KWaylandServerTargets.cmake")
|
|
@PACKAGE_INCLUDE_QCHTARGETS@
|