Warning, /plasma/kwayland/KF5WaylandConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 @PACKAGE_INIT@
0002 
0003 include(CMakeFindDependencyMacro)
0004 find_dependency(Qt@QT_MAJOR_VERSION@Gui @REQUIRED_QT_VERSION@)
0005 
0006 include("${CMAKE_CURRENT_LIST_DIR}/KF5WaylandTargets.cmake")
0007 @PACKAGE_INCLUDE_QCHTARGETS@
0008 
0009 function(kwaylandtest testBinaryName)
0010 
0011     add_test(NAME ${testBinaryName}-kwayland-test COMMAND
0012             @KDE_INSTALL_FULL_LIBEXECDIR@/org-kde-kf5-kwayland-testserver ${CMAKE_CURRENT_BINARY_DIR}/${testBinaryName}
0013     )
0014 endfunction()