Warning, /plasma/kde-gtk-config/window-decorations-reload-module/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_library(window-decorations-gtk3-module MODULE
0002     reloader.c
0003 )
0004 
0005 target_link_libraries(window-decorations-gtk3-module
0006   PRIVATE
0007     PkgConfig::GLib2
0008     PkgConfig::GTK+3
0009 )
0010 
0011 set_target_properties(window-decorations-gtk3-module
0012   PROPERTIES
0013     OUTPUT_NAME libwindow-decorations-gtk-module
0014 )
0015 
0016 install(
0017     TARGETS window-decorations-gtk3-module
0018     DESTINATION ${KDE_INSTALL_LIBDIR}/gtk-3.0/modules
0019 )
0020