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

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