e763d9acc0
Framework style build system which generates two libraries: * KF5WaylandClient * KF5WaylandServer autotests are adjusted to compile again. They need to be changed to use the libraries once the export header gets generated.
5 lines
124 B
CMake
5 lines
124 B
CMake
@PACKAGE_INIT@
|
|
|
|
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")
|