Warning, /games/kmuddy/plugins/strings/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include_directories( ${CMAKE_SOURCE_DIR}/libs    )
0003 
0004 
0005 ########### next target ###############
0006 
0007 set(kmuddystringsplugin_PART_SRCS stringsplugin.cpp )
0008 
0009 add_library(kmuddystringsplugin MODULE ${kmuddystringsplugin_PART_SRCS})
0010 
0011 target_link_libraries(kmuddystringsplugin  KF5::KDELibs4Support KF5::Parts  kmuddycore )
0012 
0013 install(TARGETS kmuddystringsplugin DESTINATION ${KDE_INSTALL_PLUGINDIR} )
0014 
0015 
0016 ########### install files ###############
0017 
0018 install( FILES  kmuddystringsplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} )
0019 
0020