Warning, /plasma/libkscreen/tests/kwayland/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 if (NOT TARGET KF5::WaylandServer)
0002     message(WARNING "Skipping KF5::WaylandServer based tests!")
0003     return()
0004 endif()
0005 
0006 add_definitions(-DTEST_DATA="${CMAKE_SOURCE_DIR}/autotests/configs/")
0007 
0008 add_executable(waylandtestserver main.cpp waylandtestserver.cpp waylandconfigreader.cpp)
0009 target_link_libraries(waylandtestserver KF5::Screen KF5::WaylandServer)
0010