Warning, /plasma/kwin/autotests/integration/fakes/org.kde.kdecoration2/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########################################################
0002 # FakeDecoWithShadows
0003 ########################################################
0004 add_library(fakedecoshadows MODULE fakedecoration_with_shadows.cpp)
0005 set_target_properties(fakedecoshadows PROPERTIES
0006     PREFIX ""
0007     LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/fakes/org.kde.kdecoration2")
0008 target_link_libraries(fakedecoshadows
0009     PUBLIC
0010         Qt::Core
0011         Qt::Gui
0012     PRIVATE
0013         KDecoration2::KDecoration
0014         KF6::CoreAddons)
0015